pcrypto


Namepcrypto JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-11-10 12:34:27
maintainerNone
docs_urlNone
authorPhuong Nguyen
requires_python<4.0,>=3.12
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pcrypto: Pure Python Cryptography Implementation

## Installation
To install the `pcrypto` package, use `pip`:

```bash
pip install pcrypto
```
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pcrypto",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.12",
    "maintainer_email": null,
    "keywords": null,
    "author": "Phuong Nguyen",
    "author_email": "nhphuong.code@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b0/fc/861d92522cf3a38dc49ed079e59b01cf815d7187d6a9ad4fe2f436b28309/pcrypto-0.1.1.tar.gz",
    "platform": null,
    "description": "# pcrypto: Pure Python Cryptography Implementation\n\n## Installation\nTo install the `pcrypto` package, use `pip`:\n\n```bash\npip install pcrypto\n```",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3adbf6d201c88d9d5ded6ab3694c33faa91f68cae122e05a386d4c6f8eda4c28",
                "md5": "ddb0b7e0c3b8f36465520472b49847d3",
                "sha256": "c6d226fc461478cd51f8fb909d809db4f39509e1651a831f380a734995a9a9ec"
            },
            "downloads": -1,
            "filename": "pcrypto-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ddb0b7e0c3b8f36465520472b49847d3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 20560,
            "upload_time": "2024-11-10T12:34:25",
            "upload_time_iso_8601": "2024-11-10T12:34:25.133911Z",
            "url": "https://files.pythonhosted.org/packages/3a/db/f6d201c88d9d5ded6ab3694c33faa91f68cae122e05a386d4c6f8eda4c28/pcrypto-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b0fc861d92522cf3a38dc49ed079e59b01cf815d7187d6a9ad4fe2f436b28309",
                "md5": "364d71b83b03655b3a8bd4e83d0963bb",
                "sha256": "a49ed10dc9976754b4bfd9498226b19fbd96eb9207295a154f9d4aeb85bfcf43"
            },
            "downloads": -1,
            "filename": "pcrypto-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "364d71b83b03655b3a8bd4e83d0963bb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 42149,
            "upload_time": "2024-11-10T12:34:27",
            "upload_time_iso_8601": "2024-11-10T12:34:27.241004Z",
            "url": "https://files.pythonhosted.org/packages/b0/fc/861d92522cf3a38dc49ed079e59b01cf815d7187d6a9ad4fe2f436b28309/pcrypto-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-10 12:34:27",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pcrypto"
}
        
Elapsed time: 0.48970s