passgeneration


Namepassgeneration JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/Aroko001/PassGeneration-py
SummaryPassword Generating Library. Fixed Name Version
upload_time2023-05-28 04:52:57
maintainer
docs_urlNone
authoraroko900
requires_python
licenseMIT
keywords password generator password
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PassGeneration
`PassGeneration` Generates A Password.

## Installation
```
python -m pip install passgeneration
```

## Usage
```
passgeneration.generate(length=8, upper=True, lower=True, numbers=True, special=True)
```

## License

This project is licensed under the MIT License.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Aroko001/PassGeneration-py",
    "name": "passgeneration",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "password generator,password",
    "author": "aroko900",
    "author_email": "aro0ko1@xmailer.be",
    "download_url": "https://files.pythonhosted.org/packages/1b/7a/1be7bf89f622588fe311c5e787e1c28c9d274c84c9650d4358f1bc9a5997/passgeneration-0.0.3.tar.gz",
    "platform": null,
    "description": "# PassGeneration\r\n`PassGeneration` Generates A Password.\r\n\r\n## Installation\r\n```\r\npython -m pip install passgeneration\r\n```\r\n\r\n## Usage\r\n```\r\npassgeneration.generate(length=8, upper=True, lower=True, numbers=True, special=True)\r\n```\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License.\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Password Generating Library. Fixed Name Version",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/Aroko001/PassGeneration-py"
    },
    "split_keywords": [
        "password generator",
        "password"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1f84ce3663aa4b550ee9137f80e58f955c8518c79340cc71ec6d1a5629227c8",
                "md5": "ae0a4876f29729fa36693d6092885a01",
                "sha256": "0d140204e81d535bcd5625a005951e14fb62b3d4c7359e90daf014ce3bf32ab3"
            },
            "downloads": -1,
            "filename": "passgeneration-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ae0a4876f29729fa36693d6092885a01",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2873,
            "upload_time": "2023-05-28T04:52:55",
            "upload_time_iso_8601": "2023-05-28T04:52:55.413790Z",
            "url": "https://files.pythonhosted.org/packages/b1/f8/4ce3663aa4b550ee9137f80e58f955c8518c79340cc71ec6d1a5629227c8/passgeneration-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b7a1be7bf89f622588fe311c5e787e1c28c9d274c84c9650d4358f1bc9a5997",
                "md5": "8d1d749d8ff0ca36f21a98d4a7ad318e",
                "sha256": "df1a2f7f2a9c4e6d3596025f70ff6347c110c5bb62d1773025f45fc59c3b5e5e"
            },
            "downloads": -1,
            "filename": "passgeneration-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "8d1d749d8ff0ca36f21a98d4a7ad318e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2461,
            "upload_time": "2023-05-28T04:52:57",
            "upload_time_iso_8601": "2023-05-28T04:52:57.427889Z",
            "url": "https://files.pythonhosted.org/packages/1b/7a/1be7bf89f622588fe311c5e787e1c28c9d274c84c9650d4358f1bc9a5997/passgeneration-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-28 04:52:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Aroko001",
    "github_project": "PassGeneration-py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "passgeneration"
}
        
Elapsed time: 0.07134s