Extrait et affiche les données des numéros INSEE (numéro de sécurité sociale française)
Go to file
Gabriel Augendre a3516cabf6 Update data & use embedded json instead of go code 2021-08-19 19:18:09 +02:00
data Update data & use embedded json instead of go code 2021-08-19 19:18:09 +02:00
.gitignore Allow packaging with pyOxidizer 2019-07-11 22:24:36 +02:00
.pre-commit-config.yaml Update config 2021-08-06 15:57:46 +02:00
LICENSE Update data & use embedded json instead of go code 2021-08-19 19:18:09 +02:00
README.md Update data & use embedded json instead of go code 2021-08-19 19:18:09 +02:00
go.mod Translate to french, fix corsica, add more tests, improve output 2021-08-18 22:46:05 +02:00
go.sum Translate to french, fix corsica, add more tests, improve output 2021-08-18 22:46:05 +02:00
main.go Update data & use embedded json instead of go code 2021-08-19 19:18:09 +02:00
tasks.py Reduce number of build targets 2021-08-19 11:09:04 +02:00

README.md

INSEE number translator

Extract data from INSEE number (France)

Getting started

Using a pre-built binary

Go to the latest release and download the binary matching your OS and architecture.

Then, run the tool via the command line:

./insee 269059913116714 168127982980507 299122A00498723 299129742398791 144089943287340

From sources

Run

go run . 269059913116714 168127982980507 299122A00498723 299129742398791 144089943287340

Build & install

go install
insee_number_translator 269059913116714 168127982980507 299122A00498723 299129742398791 144089943287340

Data sources