Skip to main content

Parser d'adresses françaises

Project description

#PyAddresseParser Parser d’addresses françaises.

#Lancement

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.0-py3-none-any.whl (271.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: AdresseParser-0.1.0-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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0a2a192c4e21e77ab662dd471e41cdfea4355abf148efce7c3a4612fdcdcab16
MD5 51fb238b3353173c759727fcba502b3f
BLAKE2b-256 21e9760225e1c6fdf466a314775da6a8ab1be82458220118cdfc875ab163ca68

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