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.0.10.tar.gz
(12.4 kB
view details)
File details
Details for the file danecode-0.0.10.tar.gz
.
File metadata
- Download URL: danecode-0.0.10.tar.gz
- Upload date:
- Size: 12.4 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 | 3c558657c040fce3c37af9be0815fecb84f20e72b078c2c88839f82ace43a8f7 |
|
MD5 | c2f2b85277fa6d49502d5ac3feff6eec |
|
BLAKE2b-256 | 9865ba21fd3496c3a2dc354ac42bcdd0b408b6a2ac19d9e0a09e4adf5d292d47 |