{"id":13508575,"url":"https://github.com/smashedtoatoms/address_us","last_synced_at":"2025-10-21T17:43:28.713Z","repository":{"id":21457766,"uuid":"24776205","full_name":"smashedtoatoms/address_us","owner":"smashedtoatoms","description":"US Address Parsing for Elixir.","archived":false,"fork":false,"pushed_at":"2024-09-26T03:10:22.000Z","size":350,"stargazers_count":30,"open_issues_count":1,"forks_count":11,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-29T05:48:30.145Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smashedtoatoms.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-10-03T22:52:44.000Z","updated_at":"2024-09-26T03:10:25.000Z","dependencies_parsed_at":"2024-11-01T08:31:02.638Z","dependency_job_id":"8b5e036f-3ea9-48de-8d22-dfdee9f0b6f6","html_url":"https://github.com/smashedtoatoms/address_us","commit_stats":{"total_commits":33,"total_committers":6,"mean_commits":5.5,"dds":"0.33333333333333337","last_synced_commit":"e7ef04804bef272e5860d7aa2c3c9a2f07844fe7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smashedtoatoms%2Faddress_us","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smashedtoatoms%2Faddress_us/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smashedtoatoms%2Faddress_us/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smashedtoatoms%2Faddress_us/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smashedtoatoms","download_url":"https://codeload.github.com/smashedtoatoms/address_us/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246314011,"owners_count":20757450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T02:00:55.031Z","updated_at":"2025-10-21T17:43:23.656Z","avatar_url":"https://github.com/smashedtoatoms.png","language":"Elixir","funding_links":[],"categories":["Miscellaneous"],"sub_categories":[],"readme":"AddressUS\n=========\n\n**US Address Parser**\n\nThis is an Elixir library for parsing US Addresses.  It parses single line\nor multi-line addresses and largely ignores punctuation.  It closely follows\nthe [USPS guidelines](http://pe.usps.com/cpim/ftp/pubs/pub28/pub28.pdf) for address parsing, although it doesn't exactly follow it, particularly in cases where the address is particularly odd.  I hope to update it as I find exceptions.  The easiest way to see the usage is to check out the tests.  You\ncan also read the documentation [here](https://smashedtoatoms.github.io/address_us).  The basic rundown is this:\n\n```\niex(1)\u003e parse_address(\"1500 Serpentine Road Suite 100 Baltimore MD 21\"\n\n%Address{city: \"Baltimore\", postal: \"00021\", state: \"MD\", street: %Street{primary_number: \"1500\", suffix: \"Rd\", name: \"Serpentine\", secondary_designator: \"Ste\", secondary_number: \"100\"}}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmashedtoatoms%2Faddress_us","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmashedtoatoms%2Faddress_us","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmashedtoatoms%2Faddress_us/lists"}