Metadata-Version: 2.1
Name: insee-number-translator
Version: 0.3.1
Summary: Translate french INSEE number to meaningful data
Home-page: https://git.augendre.info/gaugendre/insee_number_translator
License: MIT
Author: Gabriel Augendre
Author-email: gabriel@augendre.info
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://git.augendre.info/gaugendre/insee_number_translator
Description-Content-Type: text/markdown

# INSEE number translator

Extract data from INSEE number (France)

## Getting started
### From package
```shell
# activate your venv
python -m pip install insee-number-translator
insee 269059913116714 168127982980507
```

### From sources
```shell
pyenv virtualenv 3.7.9 insee
pyenv local insee
poetry install
# restart your shell
insee 269059913116714 168127982980507
```

## Data sources

* cities : https://public.opendatasoft.com/explore/dataset/correspondance-code-insee-code-postal/export/
* countries : https://www.insee.fr/fr/information/2028273
* departments : https://www.data.gouv.fr/fr/datasets/regions-departements-villes-et-villages-de-france-et-doutre-mer/

