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.4.tar.gz
(11.9 kB
view details)
File details
Details for the file danecode-0.0.4.tar.gz
.
File metadata
- Download URL: danecode-0.0.4.tar.gz
- Upload date:
- Size: 11.9 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 | d33e3f9939c73c90a22e0fb72fd5eabb96568721631619e6938162da8154b525 |
|
MD5 | 31dd31e07ff0e817a2fd196b9111db7d |
|
BLAKE2b-256 | c3b1313295ee6026a4a386a24da7ac05cb741843b93abc20cfb339f0b71e8664 |