Name | cpf-and-cnpj-generator JSON |
Version |
0.0.3
JSON |
| download |
home_page | None |
Summary | This pypi package provides Python functions to generate valid Brazilian CPF (Cadastro de Pessoas Físicas) and CNPJ (Cadastro Nacional da Pessoa Jurídica) numbers. |
upload_time | 2024-07-09 21:11:07 |
maintainer | None |
docs_url | None |
author | Gabriel Logan |
requires_python | >=3.1 |
license | MIT License Copyright (c) 2023 Gabriel Logan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
cpf
cnpj
generator
gerador
validador
documento
python
dados pessoais
npm
cpf
cnpj
gerador de cpf
gerador de cnpj
validador de cpf
validador de cnpj
gerador de cpf e cnpj
validador de cpf e cnpj
front-end
back-end
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# cpf-and-cnpj-generator
[![PyPI version](https://badge.fury.io/py/cpf-and-cnpj-generator.svg)](https://badge.fury.io/py/cpf-and-cnpj-generator)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PyPI downloads](https://img.shields.io/pypi/dm/cpf-and-cnpj-generator.svg?style=flat-square)](https://pypistats.org/packages/cpf-and-cnpj-generator)
Feel free to find bugs and report them to me. Your feedback is highly appreciated. Hugs from Gabriel Logan!
## Documentation
https://gabriel-logan.github.io/Gerador-CPF-e-CNPJ-valido/py
### Installation
```bash
pip install cpf-and-cnpj-generator
```
# Avaliable Functions
- **generate_cnpj**: CNPJ generation.
- **generate_cpf**: CPF generation.
## Usage
Here is an example of how to use the functions in this package:
```python
from cpf_and_cnpj_generator import generate_cnpj, generate_cpf
```
```python
# Generate a valid CNPJ
cnpj = generate_cnpj()
print(cnpj)
# Generate a valid CPF
cpf = generate_cpf()
print(cpf)
```
Feel free to explore the various functions and experiment with different inputs to understand their behavior. If you encounter any issues or have suggestions, don't hesitate to reach out to me. Your feedback is valuable and helps improve the package. Happy coding!
# By - Gabriel Logan
Raw data
{
"_id": null,
"home_page": null,
"name": "cpf-and-cnpj-generator",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.1",
"maintainer_email": null,
"keywords": "CPF, CNPJ, GENERATOR, GERADOR, VALIDADOR, DOCUMENTO, Python, Dados pessoais, npm, cpf, cnpj, gerador de cpf, gerador de cnpj, validador de cpf, validador de cnpj, gerador de cpf e cnpj, validador de cpf e cnpj, front-end, back-end",
"author": "Gabriel Logan",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/a2/2c/a648610da5637d6bcc57d6ab5d266c9e03fdb217c2b4b9b308ce742cd0db/cpf_and_cnpj_generator-0.0.3.tar.gz",
"platform": null,
"description": "# cpf-and-cnpj-generator\n\n[![PyPI version](https://badge.fury.io/py/cpf-and-cnpj-generator.svg)](https://badge.fury.io/py/cpf-and-cnpj-generator)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![PyPI downloads](https://img.shields.io/pypi/dm/cpf-and-cnpj-generator.svg?style=flat-square)](https://pypistats.org/packages/cpf-and-cnpj-generator)\n\nFeel free to find bugs and report them to me. Your feedback is highly appreciated. Hugs from Gabriel Logan!\n\n## Documentation\n\nhttps://gabriel-logan.github.io/Gerador-CPF-e-CNPJ-valido/py\n\n### Installation\n\n```bash\npip install cpf-and-cnpj-generator\n```\n\n# Avaliable Functions\n\n- **generate_cnpj**: CNPJ generation.\n- **generate_cpf**: CPF generation.\n\n## Usage\n\nHere is an example of how to use the functions in this package:\n\n```python\nfrom cpf_and_cnpj_generator import generate_cnpj, generate_cpf\n```\n\n```python\n\n# Generate a valid CNPJ\ncnpj = generate_cnpj()\nprint(cnpj)\n\n# Generate a valid CPF\ncpf = generate_cpf()\nprint(cpf)\n\n```\n\nFeel free to explore the various functions and experiment with different inputs to understand their behavior. If you encounter any issues or have suggestions, don't hesitate to reach out to me. Your feedback is valuable and helps improve the package. Happy coding!\n\n# By - Gabriel Logan\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2023 Gabriel Logan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
"summary": "This pypi package provides Python functions to generate valid Brazilian CPF (Cadastro de Pessoas F\u00edsicas) and CNPJ (Cadastro Nacional da Pessoa Jur\u00eddica) numbers.",
"version": "0.0.3",
"project_urls": {
"Bug Tracker": "https://github.com/gabriel-logan/Gerador-CPF-e-CNPJ-valido/tree/main/packages/python",
"Homepage": "https://gabriel-logan.github.io/Gerador-CPF-e-CNPJ-valido"
},
"split_keywords": [
"cpf",
" cnpj",
" generator",
" gerador",
" validador",
" documento",
" python",
" dados pessoais",
" npm",
" cpf",
" cnpj",
" gerador de cpf",
" gerador de cnpj",
" validador de cpf",
" validador de cnpj",
" gerador de cpf e cnpj",
" validador de cpf e cnpj",
" front-end",
" back-end"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "018d6ff02af8624871843c1b10431a1333b90248c8ab58b445925219bbc5ab03",
"md5": "3a01bc3c86ed3bc88c9f6265880b060a",
"sha256": "365a1e7716b27da0aaf227d621bca493161f014286cb391e87f790805b3ebb89"
},
"downloads": -1,
"filename": "cpf_and_cnpj_generator-0.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3a01bc3c86ed3bc88c9f6265880b060a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.1",
"size": 5009,
"upload_time": "2024-07-09T21:11:06",
"upload_time_iso_8601": "2024-07-09T21:11:06.475148Z",
"url": "https://files.pythonhosted.org/packages/01/8d/6ff02af8624871843c1b10431a1333b90248c8ab58b445925219bbc5ab03/cpf_and_cnpj_generator-0.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a22ca648610da5637d6bcc57d6ab5d266c9e03fdb217c2b4b9b308ce742cd0db",
"md5": "b29f908a795a99bdcc894fdfcfb820c7",
"sha256": "ca7f4ca98ab57be9b386bb98419d7e9c5c7cbeecd9fd4f7a5fead29312a156af"
},
"downloads": -1,
"filename": "cpf_and_cnpj_generator-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "b29f908a795a99bdcc894fdfcfb820c7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.1",
"size": 3695,
"upload_time": "2024-07-09T21:11:07",
"upload_time_iso_8601": "2024-07-09T21:11:07.923614Z",
"url": "https://files.pythonhosted.org/packages/a2/2c/a648610da5637d6bcc57d6ab5d266c9e03fdb217c2b4b9b308ce742cd0db/cpf_and_cnpj_generator-0.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-09 21:11:07",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "gabriel-logan",
"github_project": "Gerador-CPF-e-CNPJ-valido",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "cpf-and-cnpj-generator"
}