parol


Nameparol JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://pypi.org/project/parol
Summary
upload_time2023-08-06 07:30:51
maintainer
docs_urlNone
authorDanil Akhtarov
requires_python>=3.8,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # parol

[![PyPI](https://img.shields.io/pypi/v/parol)](https://pypi.org/project/parol/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/parol)](https://www.python.org/downloads/)
[![GitHub last commit](https://img.shields.io/github/last-commit/daxartio/parol)](https://github.com/daxartio/parol)
[![GitHub stars](https://img.shields.io/github/stars/daxartio/parol?style=social)](https://github.com/daxartio/parol)

## Installation

```
pip install parol
```

## Usage

```python
>>> from parol import Password
>>> pwd = Password.gen()
>>> pwd.verify(pwd.hash())
True

```

## License

* [MIT LICENSE](LICENSE)

## Contribution

[Contribution guidelines for this project](CONTRIBUTING.md)

            

Raw data

            {
    "_id": null,
    "home_page": "https://pypi.org/project/parol",
    "name": "parol",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Danil Akhtarov",
    "author_email": "daxartio@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/54/30/0abeed9eba0214f58e38b9fd32cf25421f39932ddef38187a11b07d5234f/parol-1.1.0.tar.gz",
    "platform": null,
    "description": "# parol\n\n[![PyPI](https://img.shields.io/pypi/v/parol)](https://pypi.org/project/parol/)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/parol)](https://www.python.org/downloads/)\n[![GitHub last commit](https://img.shields.io/github/last-commit/daxartio/parol)](https://github.com/daxartio/parol)\n[![GitHub stars](https://img.shields.io/github/stars/daxartio/parol?style=social)](https://github.com/daxartio/parol)\n\n## Installation\n\n```\npip install parol\n```\n\n## Usage\n\n```python\n>>> from parol import Password\n>>> pwd = Password.gen()\n>>> pwd.verify(pwd.hash())\nTrue\n\n```\n\n## License\n\n* [MIT LICENSE](LICENSE)\n\n## Contribution\n\n[Contribution guidelines for this project](CONTRIBUTING.md)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "",
    "version": "1.1.0",
    "project_urls": {
        "Changelog": "https://github.com/daxartio/parol/blob/main/CHANGELOG.md/",
        "Homepage": "https://pypi.org/project/parol",
        "Repository": "https://github.com/daxartio/parol"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4fd67dc1a7e165a8c439f4b1b2f003e237c1fe0a38243e519ebcd588f07b0b53",
                "md5": "633d03f3d00698adf84d97ea20738138",
                "sha256": "43a0a4b1a9bcea4ca28a814d2f85e07596d7cf04f75e475fe609c5d6345419e1"
            },
            "downloads": -1,
            "filename": "parol-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "633d03f3d00698adf84d97ea20738138",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 2997,
            "upload_time": "2023-08-06T07:30:50",
            "upload_time_iso_8601": "2023-08-06T07:30:50.203456Z",
            "url": "https://files.pythonhosted.org/packages/4f/d6/7dc1a7e165a8c439f4b1b2f003e237c1fe0a38243e519ebcd588f07b0b53/parol-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "54300abeed9eba0214f58e38b9fd32cf25421f39932ddef38187a11b07d5234f",
                "md5": "952b6c081275856db902f99e525e6bdf",
                "sha256": "d76e28894dc238186cd7fec12d718e8e116b69ae46113854a39ae41f13b54904"
            },
            "downloads": -1,
            "filename": "parol-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "952b6c081275856db902f99e525e6bdf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 3108,
            "upload_time": "2023-08-06T07:30:51",
            "upload_time_iso_8601": "2023-08-06T07:30:51.126586Z",
            "url": "https://files.pythonhosted.org/packages/54/30/0abeed9eba0214f58e38b9fd32cf25421f39932ddef38187a11b07d5234f/parol-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-06 07:30:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "daxartio",
    "github_project": "parol",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "parol"
}
        
Elapsed time: 0.32609s