Skip to content

A command line tool for quickly identifying the French académie that a town belongs to.

License

Notifications You must be signed in to change notification settings

tomcontileslie/acatool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acatool

A tool for quickly identifying the French academie that a place belongs to.

This tool is purely there to avoid doing two google searches, one for the departement that the town is in, then one for the academie that that departement is in. Uses geo.api.gouv.fr along with some conversion tables for departements taken from Wikipedia.

(Note that Caen and Rouen have since been merged into Normandie.)

Quick install

In your Terminal:

git clone https://github.com/tomcontileslie/acatool
cd acatool
sudo python3 setup.py install

How to use acatool

The acatool command takes a single string as argument, referring to a village/town/city name.

$ acatool "orsay"
Request commune: orsay
Commune interpretation: Orsay
Departement: 91
Academie: Versailles
Academic region: Île-de-France

About

A command line tool for quickly identifying the French académie that a town belongs to.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages