Skip to main content

Parser d'adresses françaises

Project description

GitHub GitHub contributors Python package PyPI PyPI - Format Build Status GitHub Release Date

AddresseParser

Package Python pour parser et comparer les adresses françaises.

Lancement

Package disponible sur PyPI

Vous pouvez l'installer avec pip:

pip install AdresseParser

Exemple d'utilisation en console Python:

>>> from AdresseParser import AdresseParser
>>> adr_parser = AdresseParser()
>>> result = adr_parser.parse("88 rue de rivoli 75002 paris")
>>> print(result)
{'numero': '88', 'indice': None, 'rue': {'type': 'RUE', 'nom': 'RIVOLI'}, 'code_postal': '75002', 'ville': {'arrondissement': 2, 'nom': 'PARIS'}, 'cedex': [], 'departement': {'numero': 75, 'nom': 'Paris'}, 'region': 'Île-de-France', 'pays': 'France'}
>>> print(result['rue'])
{'type': 'RUE', 'nom': 'RIVOLI'}
>>> print(result['ville']['arrondissement'])
2

Return

{
    "numero": "str",
    "indice": "str",
    "rue":{
          "type": "str",
          "nom": "str"
     },
    "code_postal": "str",
    "ville": {
          "arrondissement": "int",
          "nom": "str"
     },
     "cedex":[
       {
        "libelle": "str",
        "code_insee": "str"
       }
     ],
    "departement": {
          "numero": "str",
          "nom": "str"
     },
    "region": "str",
    "pays": "France"
 }

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

AdresseParser-1.0.5.tar.gz (273.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

AdresseParser-1.0.5-py3-none-any.whl (273.0 kB view details)

Uploaded Python 3

File details

Details for the file AdresseParser-1.0.5.tar.gz.

File metadata

  • Download URL: AdresseParser-1.0.5.tar.gz
  • Upload date:
  • Size: 273.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10

File hashes

Hashes for AdresseParser-1.0.5.tar.gz
Algorithm Hash digest
SHA256 cbc23a75776a37a6ad3b85618b1b9c8153c9446e57c0c6323e1846e8fd8044d8
MD5 756fc1c13225e7dda1647ac5d5f7a06a
BLAKE2b-256 88be9ae8af219d15257bb658c1aa0373ec28bdce61104bc0724f091bbac6d5c0

See more details on using hashes here.

File details

Details for the file AdresseParser-1.0.5-py3-none-any.whl.

File metadata

  • Download URL: AdresseParser-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 273.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10

File hashes

Hashes for AdresseParser-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 df39576b5de9c3b3bf6ab77a375077ab939172b3b672f4a290ee2f37f89ca1ce
MD5 cd566f17f38f3d5b70d905246c1775c1
BLAKE2b-256 32bfa3879930bc63f878264171dc5ea12f9fc95eb30eb7bb962276ae651bd056

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page