Skip to main content

Parser d'adresses françaises

Project description

# AddresseParser Parser d’adresses françaises.

# Lancement

Package disponible sur [PyPI](https://pypi.org/project/AdresseParser/0.1.1/)

Vous pouvez l’installer avec pip: `bash pip install AdresseParser ` Exemple d’utilisation en console Python: `bash >>> from AdresseParser import AdresseParser >>> adr_parser = AdresseParser() >>> result = adr_parser.parse("88 rue de rivoli 75002 paris") >>> print(result) {'numero': '88', 'rue': {'type': 'RUE', 'nom': 'RIVOLI'}, 'code_postal': '75002', 'ville': {'arrondissement': 2, 'nom': 'PARIS'}, 'departement': {'numero': 75, 'nom': 'Paris'}, 'region': 'Île-de-France', 'pays': 'France'} >>> print(result['rue']) {'type': 'RUE', 'nom': 'RIVOLI'} >>> print(result['ville']['arrondissement']) 2 `

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

AdresseParser-0.1.1-py3-none-any.whl (271.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: AdresseParser-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 271.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for AdresseParser-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6305c7ad89b32c1d22621bb2c42731fa072dac55a0606b04bf00765b89e135de
MD5 f6d85fcb95aeafbb0215e0fd643fbae9
BLAKE2b-256 a0d278026d6cbd9c62f3220d1a138fa137bb33fcbf74c38a623fc4e49df8352b

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