crpt


Namecrpt JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/cryptoutils/crpt
SummaryA lightweight cryptography utilities package for Python developers.
upload_time2025-07-12 16:02:42
maintainerNone
docs_urlNone
authorCryptoUtils
requires_python>=3.6
licenseNone
keywords crypto cryptography utils security encryption
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # crpt

**crpt** is a lightweight cryptography utilities library for Python developers.

## Features

- Simplified wrappers around common cryptographic functions
- Developer-friendly helpers for encoding/decoding
- Placeholder for future cryptographic modules

## Installation

```bash
pip install crpt
```

## Usage

```python
import crpt
```

## License

MIT

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cryptoutils/crpt",
    "name": "crpt",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "crypto cryptography utils security encryption",
    "author": "CryptoUtils",
    "author_email": "support@cryptoutils.org",
    "download_url": "https://files.pythonhosted.org/packages/b9/cb/b2af2d326830bf617eb359774e14556d1805191128565dd864425dc64166/crpt-1.0.0.tar.gz",
    "platform": null,
    "description": "# crpt\r\n\r\n**crpt** is a lightweight cryptography utilities library for Python developers.\r\n\r\n## Features\r\n\r\n- Simplified wrappers around common cryptographic functions\r\n- Developer-friendly helpers for encoding/decoding\r\n- Placeholder for future cryptographic modules\r\n\r\n## Installation\r\n\r\n```bash\r\npip install crpt\r\n```\r\n\r\n## Usage\r\n\r\n```python\r\nimport crpt\r\n```\r\n\r\n## License\r\n\r\nMIT\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A lightweight cryptography utilities package for Python developers.",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/cryptoutils/crpt"
    },
    "split_keywords": [
        "crypto",
        "cryptography",
        "utils",
        "security",
        "encryption"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8c7cbf159b96ff4160a43bb1f3247c97bf717fe43d4c7afcc61e19f4fa45d911",
                "md5": "3b859a85458e99ab0010a6b29693fc07",
                "sha256": "3e115fd3b61a9f4a1f581fae884a57dde3f7916e173908ceb0dd9fcf6db2ec7c"
            },
            "downloads": -1,
            "filename": "crpt-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3b859a85458e99ab0010a6b29693fc07",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2295,
            "upload_time": "2025-07-12T16:02:41",
            "upload_time_iso_8601": "2025-07-12T16:02:41.222980Z",
            "url": "https://files.pythonhosted.org/packages/8c/7c/bf159b96ff4160a43bb1f3247c97bf717fe43d4c7afcc61e19f4fa45d911/crpt-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b9cbb2af2d326830bf617eb359774e14556d1805191128565dd864425dc64166",
                "md5": "301c66b26816ad05d0983400b38069d5",
                "sha256": "2bb6cb6d16dfc47143a090db0cddf53f89c989600c5bfcb095c9a6ab09698ecf"
            },
            "downloads": -1,
            "filename": "crpt-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "301c66b26816ad05d0983400b38069d5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2059,
            "upload_time": "2025-07-12T16:02:42",
            "upload_time_iso_8601": "2025-07-12T16:02:42.763021Z",
            "url": "https://files.pythonhosted.org/packages/b9/cb/b2af2d326830bf617eb359774e14556d1805191128565dd864425dc64166/crpt-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-12 16:02:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cryptoutils",
    "github_project": "crpt",
    "github_not_found": true,
    "lcname": "crpt"
}
        
Elapsed time: 0.41099s