KingDataGenerators


NameKingDataGenerators JSON
Version 1.2 PyPI version JSON
download
home_page
SummaryThis packet generates fictitious human data, uniquely (names,emails,password,personal-documents), for the use of the develpoer
upload_time2022-12-03 01:10:10
maintainer
docs_urlNone
authorBlack King
requires_python
license
keywords data human fordev 4dev generator dados pessoais gerador
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Human Data Generator (Gerador de Dados Humanos)

BY BLACK-KING 👑


ENGLISH

This library was created based on the functionalities
from 4Devs, I created small functions to filter each data,
which is generated by the "generators" function of the fordev library,
in this way, initially we have names, telephones, e-mails,
passwords, cpfs and cnpjs

USAGE

to use the libraries is very simple, just import

<from KingDataGenerators import names>
<names_list = names.generator_name(10)>
<print(names_list)>

PLAY THE FUNCTION INSIDE A VARIABLE, INFORM HOW MANY VALUES NEED TO BE GENERATED
AND PRINT
<names = names(20)>
All results will be returned within an ARRAY

The only library that has more parameters at the moment is phone_numbers
<phone_n = phone_numbers(20, '(12)')>
You can pass the DD in the second parameter, but by default it is '(11)'

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "KingDataGenerators",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "data human,fordev,4dev,generator,dados pessoais,gerador",
    "author": "Black King",
    "author_email": "docomeco2k20@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ae/9d/d8866b7493f3c1bf9e536d332cf9b0a99a593b015aa97d4c4626440e70dc/KingDataGenerators-1.2.tar.gz",
    "platform": null,
    "description": "Human Data Generator (Gerador de Dados Humanos)\r\n\r\nBY BLACK-KING \u00f0\u0178\u2018\u2018\r\n\r\n\r\nENGLISH\r\n\r\nThis library was created based on the functionalities\r\nfrom 4Devs, I created small functions to filter each data,\r\nwhich is generated by the \"generators\" function of the fordev library,\r\nin this way, initially we have names, telephones, e-mails,\r\npasswords, cpfs and cnpjs\r\n\r\nUSAGE\r\n\r\nto use the libraries is very simple, just import\r\n\r\n<from KingDataGenerators import names>\r\n<names_list = names.generator_name(10)>\r\n<print(names_list)>\r\n\r\nPLAY THE FUNCTION INSIDE A VARIABLE, INFORM HOW MANY VALUES NEED TO BE GENERATED\r\nAND PRINT\r\n<names = names(20)>\r\nAll results will be returned within an ARRAY\r\n\r\nThe only library that has more parameters at the moment is phone_numbers\r\n<phone_n = phone_numbers(20, '(12)')>\r\nYou can pass the DD in the second parameter, but by default it is '(11)'\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "This packet generates fictitious human data, uniquely (names,emails,password,personal-documents), for the use of the develpoer",
    "version": "1.2",
    "split_keywords": [
        "data human",
        "fordev",
        "4dev",
        "generator",
        "dados pessoais",
        "gerador"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "23f581af3e2bb7a9bd50a57235da1814",
                "sha256": "7fb1f0bbdfcf71302d6067f719dc2898d972ac90ea96d3f247139095312e7717"
            },
            "downloads": -1,
            "filename": "KingDataGenerators-1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "23f581af3e2bb7a9bd50a57235da1814",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3383,
            "upload_time": "2022-12-03T01:10:10",
            "upload_time_iso_8601": "2022-12-03T01:10:10.283746Z",
            "url": "https://files.pythonhosted.org/packages/ae/9d/d8866b7493f3c1bf9e536d332cf9b0a99a593b015aa97d4c4626440e70dc/KingDataGenerators-1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-03 01:10:10",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "kingdatagenerators"
}
        
Elapsed time: 0.01325s