A simple util to get dane codes by department and municipality
Project description
Dane code
import danecode
#you can have typo errors in the arguments
department = "Santnder"
municipality = "Riongro"
municipality_data = danecode.get_data(department, municipality)
#Returns
municipality_data = {
'department': 'Santander',
'department_code': '68',
'municipality': 'Rionegro',
'municipality_code': '68615'
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
danecode-0.2.1.tar.gz
(96.4 kB
view details)
Built Distribution
danecode-0.2.1-py3-none-any.whl
(110.3 kB
view details)
File details
Details for the file danecode-0.2.1.tar.gz
.
File metadata
- Download URL: danecode-0.2.1.tar.gz
- Upload date:
- Size: 96.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f594c59c5ef17f659905f11e104eb4b77b77869ae2eb33cf4a918e9623ef42d |
|
MD5 | 004e5e468d3d32fe9e42915c9a528968 |
|
BLAKE2b-256 | 2ec624c96896b2da239d6b9851b801edd28d1fd9eecf19a428b5cf049168cb21 |
Provenance
File details
Details for the file danecode-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: danecode-0.2.1-py3-none-any.whl
- Upload date:
- Size: 110.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f54897cfb405d351c12549154798069227c1f9e4a85f8564771221509441214 |
|
MD5 | e90ca6c3f114063a801185c8a60474d6 |
|
BLAKE2b-256 | 5f4690d13373871abd2d4cb9277c98eeb54808815556e87683eb170404a7ee7b |