Ross ROSS = Recommend OSS · open-source software intelligence for agents

datamade/usaddress

:us: a python library for parsing unstructured United States address strings into address components observed · 2026-08-28

github.com/datamade/usaddress · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

48/100

  • Activity 35
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4430
  • days_rel: n/a
  • days_push: 391
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1636 stars · 308 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

usaddress is a Python library that parses unstructured United States address strings into labeled address components using a conditional random fields model. It provides parse and tag methods that split messy addresses into fields like AddressNumber, StreetName, and PlaceName, without validating or normalizing addresses.

Use cases

  • parse unstructured US address strings into components
  • split addresses into street, city, state, and zip columns
  • extract address fields from messy data for cleaning
  • tag address parts in a dataset before geocoding
  • handle tricky addresses that rule-based parsers fail on

When to choose

  • you need to parse free-form US addresses in Python
  • your addresses are messy and rule-based parsers break down
  • you want an MIT-licensed, pip-installable address parser
  • you need labeled address components as input to geocoding or deduplication

When to avoid

  • you need address validation or deliverability checks
  • you need address normalization or standardization out of the box
  • you need to parse non-US addresses
  • you require perfect accuracy - the model is probabilistic

Facets

library · maturity active

nlp parser machine-learning developer-tools data-science python cross-platform address-parsing conditional-random-fields us-addresses geocoding-preprocessing probabilistic-parsing natural-language-processing

6 sources

Member repositories

RepositoryRoleHealth v2
datamade/usaddressmain48

For agents

markdown · JSON · MCP: product_card(name="datamade/usaddress")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem