A library to search the corresponding mexican scian or ciiu given an input parameter
Project description
SCIAN-CIIU
A library to search the corresponding mexican scian/ciiu given an input parameter
How to use
After installing the package use following import:
from scian_ciiu import scian_id_to_ciiu, scian_string_to_ciiu, ciiu_id_to_scian, ciiu_string_to_scian
Then use following commands:
scian_id = "111219"
result_dict = scian_id_to_ciiu(scian_id)
Or:
scian_string = "Cultivo"
result_dict = scian_string_to_ciiu(scian_string)
Or:
ciiu_id = "0111"
result_dict = ciiu_id_to_scian(ciiu_id)
Or:
ciiu_string = "Cultivo"
result_dict = ciiu_string_to_scian(ciiu_string)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file scian_ciiu-0.0.13.tar.gz.
File metadata
- Download URL: scian_ciiu-0.0.13.tar.gz
- Upload date:
- Size: 54.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a954b740867438b5ed0fad246a5fac962ba0c8bc9a5b73ac7dfb164707a690b6
|
|
| MD5 |
207716da159c644dbcdba1f48f16c957
|
|
| BLAKE2b-256 |
3922c2efd8768290c3042dd11db56880ee7b3aafa5b048cef50ed211eaa63de0
|
File details
Details for the file scian_ciiu-0.0.13-py3-none-any.whl.
File metadata
- Download URL: scian_ciiu-0.0.13-py3-none-any.whl
- Upload date:
- Size: 55.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6418caa320886385415914b9e6124bfaa0285b683a13cc05e0482f0030bc3f0f
|
|
| MD5 |
648cb925a25da937c6577ecba88d97b1
|
|
| BLAKE2b-256 |
ac17f65991f4c4f1c2a2db6bd8c99331ea20a911717e270501bbe5d859133a7e
|