Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scaleway/postal-address
:postal_horn: Parse, normalize and render postal addresses.
https://github.com/scaleway/postal-address
address-input address-parser address-validation postal-code python zipcode
Last synced: about 2 months ago
JSON representation
:postal_horn: Parse, normalize and render postal addresses.
- Host: GitHub
- URL: https://github.com/scaleway/postal-address
- Owner: scaleway
- License: other
- Created: 2014-12-18T16:38:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T03:08:25.000Z (about 1 year ago)
- Last Synced: 2024-10-04T07:22:43.115Z (3 months ago)
- Topics: address-input, address-parser, address-validation, postal-code, python, zipcode
- Language: Python
- Homepage: https://postal-address.readthedocs.io
- Size: 468 KB
- Stars: 183
- Watchers: 26
- Forks: 16
- Open Issues: 15
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
Postal Address
==============Python module to parse, normalize and render postal addresses.
Stable release: |release| |versions| |license|
Development: |docs| |coverage| |quality|
.. |release| image:: https://img.shields.io/pypi/v/postal-address.svg
:target: https://pypi.python.org/pypi/postal-address
:alt: Last release
.. |versions| image:: https://img.shields.io/pypi/pyversions/postal-address.svg
:target: https://pypi.python.org/pypi/postal-address
:alt: Python versions
.. |license| image:: https://img.shields.io/pypi/l/postal-address.svg
:target: http://opensource.org/licenses/BSD-2-Clause
:alt: Software license
.. |docs| image:: https://readthedocs.org/projects/postal-address/badge/?version=master
:target: http://postal-address.readthedocs.io/en/develop/
:alt: Documentation Status
.. |coverage| image:: https://codecov.io/gh/scaleway/postal-address/branch/develop/graph/badge.svg
:target: https://codecov.io/github/scaleway/postal-address?branch=master
:alt: Coverage Status
.. |quality| image:: https://scrutinizer-ci.com/g/scaleway/postal-address/badges/quality-score.png?b=develop
:target: https://scrutinizer-ci.com/g/scaleway/postal-address/?branch=master
:alt: Code QualityMotivation
----------« What ties us to territory is tax. »
-- Kevin Deldycke, 2014-11-07The reason above is why we need fine-grained and meticulous territory
management and normalization. This project aims to solve this problem once for
all.Don't get me wrong, this work is a huge undertaking. Postal address parsing,
normalization and rendering is hard. See the collection of `falsehoods
programmers believe about postal addresses
`_.This library is still in its early stages, but is good enough to implement
the new European Directives on VAT, which requires all e-commerce shops to
guess the locality of their EU customers depending on their billing address.