Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glasswalk3r/brazilian-ids
A Python 3 package that provides functions and classes to validate different Brazilian IDs
https://github.com/glasswalk3r/brazilian-ids
brazil cep cno cnpj cpf municipios python
Last synced: about 1 month ago
JSON representation
A Python 3 package that provides functions and classes to validate different Brazilian IDs
- Host: GitHub
- URL: https://github.com/glasswalk3r/brazilian-ids
- Owner: glasswalk3r
- License: gpl-3.0
- Created: 2024-07-24T01:11:17.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T10:33:46.000Z (about 2 months ago)
- Last Synced: 2024-09-17T13:15:32.308Z (about 2 months ago)
- Topics: brazil, cep, cno, cnpj, cpf, municipios, python
- Language: Python
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# brazilian-ids
A Python 3 package that provides functions and classes to validate several Brazilian IDs.
## Documentation
Current supported IDs:
- CNPJ
- Numeração única de processo judicial
- CEP
- Município
- CPF
- PIS/PASEP
- CNO
- SQLSee the [module documentation](https://brazilian-ids.readthedocs.io/en/latest/)
for details.## Development
There are no external dependencies to just use the module.
For development, see the `requirements-dev.txt` and `Makefile` files.
## To do
- ~~Create documentation at readthedocs website~~.
- Refactor tests to use parametrized fixtures
- Benchmark algorithms to pad IDs## References
This project borrows code and ideas from the following open source projects:
- [brazilnum](https://github.com/poliquin/brazilnum)
See also:
- http://www.cjdinfo.com.br/publicacao-calculo-digito-verificador
- http://ghiorzi.org/DVnew.htm#zb