pyFBIG


NamepyFBIG JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/Daniel3dartist/PyFBIG
SummarypyFBIG is a Python package that generates fake data for you.
upload_time2023-11-18 16:22:28
maintainer
docs_urlNone
authorDaniel Sobrinho
requires_python>=3.7
licenseMIT License
keywords python - fake brazilian id generator projected for data test mock generator
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # PyFBIG (Python - Fake Brazilian ID Generator)
 PyFBIG is a package that generates fake data for you. Do you need to test something with Brazilian identification such as RG, CPF, Driver's License, CRM, COREN, etc.? PyFBIG is for you.

# How to use
### Install
```
pip install pyFBIG
```
### Examples:
```
from pyFBIG import FakeID

fake = FakeID()

cpf = fake.cpf()
print(cpf)
# 163.710.406-50

rg = fake.rg()
print(rg)
# MG86103044

crm = fake.crm()
print(crm)

# 
```

# About the project
It is still in the prototyping and development phase. Feel free to contribute and suggest improvements.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Daniel3dartist/PyFBIG",
    "name": "pyFBIG",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "Python - Fake Brazilian ID Generator projected for data test mock generator",
    "author": "Daniel Sobrinho",
    "author_email": "contact@danielsobrinho.com.br",
    "download_url": "https://files.pythonhosted.org/packages/a9/7c/1f3793b8708b4f1d012a0f86a8dbeb66ff54ee55e61e205932a2e1b6a64b/pyFBIG-0.0.2.tar.gz",
    "platform": "any",
    "description": "# PyFBIG (Python - Fake Brazilian ID Generator)\r\n PyFBIG is a package that generates fake data for you. Do you need to test something with Brazilian identification such as RG, CPF, Driver's License, CRM, COREN, etc.? PyFBIG is for you.\r\n\r\n# How to use\r\n### Install\r\n```\r\npip install pyFBIG\r\n```\r\n### Examples:\r\n```\r\nfrom pyFBIG import FakeID\r\n\r\nfake = FakeID()\r\n\r\ncpf = fake.cpf()\r\nprint(cpf)\r\n# 163.710.406-50\r\n\r\nrg = fake.rg()\r\nprint(rg)\r\n# MG86103044\r\n\r\ncrm = fake.crm()\r\nprint(crm)\r\n\r\n# \r\n```\r\n\r\n# About the project\r\nIt is still in the prototyping and development phase. Feel free to contribute and suggest improvements.\r\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "pyFBIG is a Python package that generates fake data for you.",
    "version": "0.0.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/Daniel3dartist/PyFBIG/issues",
        "Documentation": "https://github.com/Daniel3dartist/PyFBIG",
        "Homepage": "https://github.com/Daniel3dartist/PyFBIG",
        "Source Code": "https://github.com/Daniel3dartist/PyFBIGr"
    },
    "split_keywords": [
        "python",
        "-",
        "fake",
        "brazilian",
        "id",
        "generator",
        "projected",
        "for",
        "data",
        "test",
        "mock",
        "generator"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a97c1f3793b8708b4f1d012a0f86a8dbeb66ff54ee55e61e205932a2e1b6a64b",
                "md5": "051a27d4d5dded9473a7a319811e4645",
                "sha256": "e4cb1d8bbd3a37ef5f4778f94243d983ae22c2288593174965d081658158b70f"
            },
            "downloads": -1,
            "filename": "pyFBIG-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "051a27d4d5dded9473a7a319811e4645",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 4677,
            "upload_time": "2023-11-18T16:22:28",
            "upload_time_iso_8601": "2023-11-18T16:22:28.344584Z",
            "url": "https://files.pythonhosted.org/packages/a9/7c/1f3793b8708b4f1d012a0f86a8dbeb66ff54ee55e61e205932a2e1b6a64b/pyFBIG-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-18 16:22:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Daniel3dartist",
    "github_project": "PyFBIG",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "pyfbig"
}
        
Elapsed time: 0.21207s