Common data about Belgium. Freely available and maintained in Python.
Note: we are discussing whether this package is meaningful. See http://lino-framework.org/tickets/109.html
This currently includes a list of Belgian places in multiple languages with zip codes.
DISCLAIMER: This comes with no warranty at all.
Usage example:
>>> from commondata.be.places import root
>>> belgium = root()
>>> print(', '.join([x.fr for x in belgium.children]))
Bruxelles, Région flamande, Région wallonne
>>> print(', '.join([x.nl for x in belgium.children]))
Brussel, Vlaams Gewest, Wallonië
>>> wallonia = belgium.children[2]
>>> print(', '.join([x.fr for x in wallonia.children]))
Namur, Liège, Hainaut, Limbourg, Brabant wallon
>>> print(', '.join([x.nl for x in wallonia.children]))
Namen, Luik, Henegouwen, Limburg, Waals-Brabant
The following number will decrease when we continue to change “city” entries into “village” or “township” entries:
>>> liege = wallonia.children[1] >>> len(liege.children) 353 >>> eupen = liege.get(fr="Eupen") >>> print(eupen.zip_code) 4700
Release files for commondata.be 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| commondata.be-0.0.2.tar.gz | 26.9 kB | Details |
Release files / commondata.be-0.0.2.tar.gz
| Download URL | commondata.be-0.0.2.tar.gz |
|---|---|
| Size | 26.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cfbf7c179d3127863e517666e3aa862bd7008366d51b88ffd0e775413a8e9376
|
|
BLAKE2b-256 checksum How to use checksums |
a462b28efecbc74bc3e6ae3ed0d1a1ec8c16f7b046479f0832659830d42bc822
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |