{"id":36455596,"url":"https://github.com/united-drivers/postal","last_synced_at":"2026-01-11T23:03:02.065Z","repository":{"id":57593392,"uuid":"120074479","full_name":"united-drivers/postal","owner":"united-drivers","description":":postbox: international postal address normalizer and renderer","archived":false,"fork":false,"pushed_at":"2018-02-07T21:20:55.000Z","size":22,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-06-20T08:07:53.908Z","etag":null,"topics":["address","normalizer","postal-code"],"latest_commit_sha":null,"homepage":"","language":"Go","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/united-drivers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-03T08:46:49.000Z","updated_at":"2019-03-26T20:17:23.000Z","dependencies_parsed_at":"2022-09-06T12:20:36.002Z","dependency_job_id":null,"html_url":"https://github.com/united-drivers/postal","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/united-drivers/postal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/united-drivers%2Fpostal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/united-drivers%2Fpostal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/united-drivers%2Fpostal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/united-drivers%2Fpostal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/united-drivers","download_url":"https://codeload.github.com/united-drivers/postal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/united-drivers%2Fpostal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28326166,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T22:11:01.104Z","status":"ssl_error","status_checked_at":"2026-01-11T22:10:58.990Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["address","normalizer","postal-code"],"created_at":"2026-01-11T23:03:01.546Z","updated_at":"2026-01-11T23:03:02.059Z","avatar_url":"https://github.com/united-drivers.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# postal\n:postbox: international postal address normalizer and renderer\n\n[![CircleCI](https://circleci.com/gh/united-drivers/postal.svg?style=svg)](https://circleci.com/gh/united-drivers/postal)\n[![GoDoc](https://godoc.org/github.com/united-drivers/postal?status.svg)](https://godoc.org/github.com/united-drivers/postal)\n[![Go Report Card](https://goreportcard.com/badge/github.com/united-drivers/postal)](https://goreportcard.com/report/github.com/united-drivers/postal)\n[![License](https://img.shields.io/github/license/united-drivers/postal.svg)](https://github.com/united-drivers/postal/blob/master/LICENSE)\n[![GitHub release](https://img.shields.io/github/release/united-drivers/postal.svg)](https://github.com/united-drivers/postal/releases)\n\n## Usage\n\nInstall with `go get github.com/united-drivers/postal`\n\n```go\nimport \"github.com/united-drivers/postal\"\n\naddress := postal.Address{\n    HouseNumber:  \"96\",\n\tRoad:         \"Boulevard Bessières\",\n\tSuburb:       \"Épinettes\",\n\tCityDistrict: \"17th Arrondissement\",\n\tCounty:       \"Paris\",\n\tState:        \"Ile-de-France\",\n\tCountry:      \"France\",\n\tPostCode:     \"75017\",\n\tCountryCode:  \"fr\",\n}\n\nfmt.Println(address.Short()) // 96 Boulevard Bessières, Paris\nfmt.Println(address.Long())  // 96 Boulevard Bessières 75017 Paris, France\nfmt.Println(address.Full())  // 96, Boulevard Bessières, Épinettes, 17th Arrondissement, Paris, Ile-de-France, 75017, France\n```\n\nMore usage on [GoDoc](https://godoc.org/github.com/united-drivers/postal), or in the [test file](https://github.com/united-drivers/postal/blob/master/address_test.go).\n\n## License\n\n[Apache 2.0](https://github.com/united-drivers/postal/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funited-drivers%2Fpostal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funited-drivers%2Fpostal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funited-drivers%2Fpostal/lists"}