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.1.1.tar.gz
(12.6 kB
view details)
File details
Details for the file danecode-0.1.1.tar.gz
.
File metadata
- Download URL: danecode-0.1.1.tar.gz
- Upload date:
- Size: 12.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa06ca15fc4f41d593cab8f5e6ade8efa4d357ad36f803e5af5bb61b2e2ed37e |
|
MD5 | 8feb0580905838a9cde8a9861ebaefb4 |
|
BLAKE2b-256 | 26b9ad7855cbb6a4b5aa4c0cc3850623cdd61a6d3c0a357a5b3ae15408bc8926 |