<!--
SPDX-FileCopyrightText: 2022 Shun Sakai
SPDX-License-Identifier: Apache-2.0 OR MIT
-->
# Python Bindings for abcrypt
[![CI][ci-badge]][ci-url]
[![PyPI Version][pypi-version-badge]][pypi-version-url]
![PyPI Python Version][pypi-python-version-badge]
[![crates.io Version][crates-version-badge]][crates-version-url]
![MSRV][msrv-badge]
[![Docs][docs-badge]][docs-url]
![License][license-badge]
**abcrypt-py** is the Python bindings for the [`abcrypt`] crate.
## Usage
### Installation
To install this library:
```sh
pip install abcrypt-py
```
### Documentation
See the [documentation][docs-url] for more details.
## Minimum supported Rust version
The minimum supported Rust version (MSRV) of this library is v1.74.0.
## Development
[maturin] is required for development of this library.
```sh
python3 -m venv venv
source venv/bin/activate
maturin develop
pip3 install abcrypt-py[test,dev]
```
## Source code
The upstream repository is available at
<https://github.com/sorairolake/abcrypt.git>.
The source code is also available at:
- <https://gitlab.com/sorairolake/abcrypt.git>
- <https://codeberg.org/sorairolake/abcrypt.git>
## Changelog
Please see [CHANGELOG.adoc].
## Contributing
Please see [CONTRIBUTING.adoc].
## Home page
<https://sorairolake.github.io/abcrypt/>
## License
Copyright (C) 2022 Shun Sakai (see [AUTHORS.adoc])
This library is distributed under the terms of either the _Apache License 2.0_
or the _MIT License_.
This project is compliant with version 3.2 of the [_REUSE Specification_]. See
copyright notices of individual files for more details on copyright and
licensing information.
[ci-badge]: https://img.shields.io/github/actions/workflow/status/sorairolake/abcrypt/CI.yaml?branch=develop&style=for-the-badge&logo=github&label=CI
[ci-url]: https://github.com/sorairolake/abcrypt/actions?query=branch%3Adevelop+workflow%3ACI++
[pypi-version-badge]: https://img.shields.io/pypi/v/abcrypt-py?style=for-the-badge&logo=pypi
[pypi-version-url]: https://pypi.org/project/abcrypt-py/
[pypi-python-version-badge]: https://img.shields.io/pypi/pyversions/abcrypt-py?style=for-the-badge&logo=python
[crates-version-badge]: https://img.shields.io/crates/v/abcrypt-py?style=for-the-badge&logo=rust
[crates-version-url]: https://crates.io/crates/abcrypt-py
[msrv-badge]: https://img.shields.io/crates/msrv/abcrypt-py?style=for-the-badge&logo=rust
[docs-badge]: https://img.shields.io/docsrs/abcrypt-py?style=for-the-badge&logo=docsdotrs&label=Docs.rs
[docs-url]: https://docs.rs/abcrypt-py
[license-badge]: https://img.shields.io/crates/l/abcrypt-py?style=for-the-badge
[`abcrypt`]: https://crates.io/crates/abcrypt
[maturin]: https://www.maturin.rs/
[CHANGELOG.adoc]: https://github.com/sorairolake/abcrypt/blob/develop/crates/python/CHANGELOG.adoc
[CONTRIBUTING.adoc]: https://github.com/sorairolake/abcrypt/blob/develop/CONTRIBUTING.adoc
[AUTHORS.adoc]: https://github.com/sorairolake/abcrypt/blob/develop/AUTHORS.adoc
[_REUSE Specification_]: https://reuse.software/spec/
Raw data
{
"_id": null,
"home_page": "https://sorairolake.github.io/abcrypt/",
"name": "abcrypt-py",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "abcrypt, crypto",
"author": "Shun Sakai <sorairolake@protonmail.ch>",
"author_email": "Shun Sakai <sorairolake@protonmail.ch>",
"download_url": "https://files.pythonhosted.org/packages/61/d5/d827cc31303aeb43935ec7f725e5d20baf44003d9be5795f72d78a221fd5/abcrypt_py-0.2.0.tar.gz",
"platform": null,
"description": "<!--\nSPDX-FileCopyrightText: 2022 Shun Sakai\n\nSPDX-License-Identifier: Apache-2.0 OR MIT\n-->\n\n# Python Bindings for abcrypt\n\n[![CI][ci-badge]][ci-url]\n[![PyPI Version][pypi-version-badge]][pypi-version-url]\n![PyPI Python Version][pypi-python-version-badge]\n[![crates.io Version][crates-version-badge]][crates-version-url]\n![MSRV][msrv-badge]\n[![Docs][docs-badge]][docs-url]\n![License][license-badge]\n\n**abcrypt-py** is the Python bindings for the [`abcrypt`] crate.\n\n## Usage\n\n### Installation\n\nTo install this library:\n\n```sh\npip install abcrypt-py\n```\n\n### Documentation\n\nSee the [documentation][docs-url] for more details.\n\n## Minimum supported Rust version\n\nThe minimum supported Rust version (MSRV) of this library is v1.74.0.\n\n## Development\n\n[maturin] is required for development of this library.\n\n```sh\npython3 -m venv venv\nsource venv/bin/activate\nmaturin develop\npip3 install abcrypt-py[test,dev]\n```\n\n## Source code\n\nThe upstream repository is available at\n<https://github.com/sorairolake/abcrypt.git>.\n\nThe source code is also available at:\n\n- <https://gitlab.com/sorairolake/abcrypt.git>\n- <https://codeberg.org/sorairolake/abcrypt.git>\n\n## Changelog\n\nPlease see [CHANGELOG.adoc].\n\n## Contributing\n\nPlease see [CONTRIBUTING.adoc].\n\n## Home page\n\n<https://sorairolake.github.io/abcrypt/>\n\n## License\n\nCopyright (C) 2022 Shun Sakai (see [AUTHORS.adoc])\n\nThis library is distributed under the terms of either the _Apache License 2.0_\nor the _MIT License_.\n\nThis project is compliant with version 3.2 of the [_REUSE Specification_]. See\ncopyright notices of individual files for more details on copyright and\nlicensing information.\n\n[ci-badge]: https://img.shields.io/github/actions/workflow/status/sorairolake/abcrypt/CI.yaml?branch=develop&style=for-the-badge&logo=github&label=CI\n[ci-url]: https://github.com/sorairolake/abcrypt/actions?query=branch%3Adevelop+workflow%3ACI++\n[pypi-version-badge]: https://img.shields.io/pypi/v/abcrypt-py?style=for-the-badge&logo=pypi\n[pypi-version-url]: https://pypi.org/project/abcrypt-py/\n[pypi-python-version-badge]: https://img.shields.io/pypi/pyversions/abcrypt-py?style=for-the-badge&logo=python\n[crates-version-badge]: https://img.shields.io/crates/v/abcrypt-py?style=for-the-badge&logo=rust\n[crates-version-url]: https://crates.io/crates/abcrypt-py\n[msrv-badge]: https://img.shields.io/crates/msrv/abcrypt-py?style=for-the-badge&logo=rust\n[docs-badge]: https://img.shields.io/docsrs/abcrypt-py?style=for-the-badge&logo=docsdotrs&label=Docs.rs\n[docs-url]: https://docs.rs/abcrypt-py\n[license-badge]: https://img.shields.io/crates/l/abcrypt-py?style=for-the-badge\n[`abcrypt`]: https://crates.io/crates/abcrypt\n[maturin]: https://www.maturin.rs/\n[CHANGELOG.adoc]: https://github.com/sorairolake/abcrypt/blob/develop/crates/python/CHANGELOG.adoc\n[CONTRIBUTING.adoc]: https://github.com/sorairolake/abcrypt/blob/develop/CONTRIBUTING.adoc\n[AUTHORS.adoc]: https://github.com/sorairolake/abcrypt/blob/develop/AUTHORS.adoc\n[_REUSE Specification_]: https://reuse.software/spec/\n\n",
"bugtrack_url": null,
"license": "Apache-2.0 OR MIT",
"summary": "Python bindings for abcrypt",
"version": "0.2.0",
"project_urls": {
"Changelog": "https://github.com/sorairolake/abcrypt/blob/develop/crates/python/CHANGELOG.adoc",
"Documentation": "https://sorairolake.github.io/abcrypt/book/python/index.html",
"Homepage": "https://sorairolake.github.io/abcrypt/",
"Issues": "https://github.com/sorairolake/abcrypt/issues",
"Repository": "https://github.com/sorairolake/abcrypt"
},
"split_keywords": [
"abcrypt",
" crypto"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "f45b1fe2353509731e4a4f159371435e3fe8ab4037e2ca7ec8e2868f135f4ad1",
"md5": "cf987c638ac407f8b934b11c9699758c",
"sha256": "f899eff169884b22a0e45a9d91dd730e7be17c66641cf3ee01cf055d38fc65cc"
},
"downloads": -1,
"filename": "abcrypt_py-0.2.0-cp310-cp310-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "cf987c638ac407f8b934b11c9699758c",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 244277,
"upload_time": "2025-01-09T05:35:19",
"upload_time_iso_8601": "2025-01-09T05:35:19.603099Z",
"url": "https://files.pythonhosted.org/packages/f4/5b/1fe2353509731e4a4f159371435e3fe8ab4037e2ca7ec8e2868f135f4ad1/abcrypt_py-0.2.0-cp310-cp310-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c876db3829955db514df943fe7434c00b577ad273162a9a4f06be7adceb3a249",
"md5": "83f746415c872bbd729a6feb8af91a2d",
"sha256": "43e8157d540f5ca1cc75e806f99c6b85224859e78e42b65ba5576d47a6399de1"
},
"downloads": -1,
"filename": "abcrypt_py-0.2.0-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "83f746415c872bbd729a6feb8af91a2d",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 221993,
"upload_time": "2025-01-09T05:35:22",
"upload_time_iso_8601": "2025-01-09T05:35:22.619647Z",
"url": "https://files.pythonhosted.org/packages/c8/76/db3829955db514df943fe7434c00b577ad273162a9a4f06be7adceb3a249/abcrypt_py-0.2.0-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1f0ccc6711329469267c7d62854eadd378bb25b41b9c02e00bf5a614c77a236e",
"md5": "994ef0c8ce6c0ef652884afff0558d86",
"sha256": "f0fd58896b641ca97c81aa62628099291ffb127eba74b4820f117d4db7d6fe00"
},
"downloads": -1,
"filename": "abcrypt_py-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "994ef0c8ce6c0ef652884afff0558d86",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 247791,
"upload_time": "2025-01-09T05:35:25",
"upload_time_iso_8601": "2025-01-09T05:35:25.637404Z",
"url": "https://files.pythonhosted.org/packages/1f/0c/cc6711329469267c7d62854eadd378bb25b41b9c02e00bf5a614c77a236e/abcrypt_py-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0736c6337e7b166805e01fe8cdf700ecca6ab9172012e8430ebfb5992b00eda3",
"md5": "2e63a546b9ff1cb51e6d58ead6960b30",
"sha256": "ad124e7bc19d008eebb689f9b0420bc8c24cae90eb4662accd19382afb6657e5"
},
"downloads": -1,
"filename": "abcrypt_py-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "2e63a546b9ff1cb51e6d58ead6960b30",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 264723,
"upload_time": "2025-01-09T05:35:28",
"upload_time_iso_8601": "2025-01-09T05:35:28.223209Z",
"url": "https://files.pythonhosted.org/packages/07/36/c6337e7b166805e01fe8cdf700ecca6ab9172012e8430ebfb5992b00eda3/abcrypt_py-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2af3b1e480031a88a976b94bd7e02f56d3c63b95fbb60b2de5e8f4c3dc23e364",
"md5": "77bc86616191fec1018f36eac485c228",
"sha256": "d1b1e90134cd202d4dea0f2e7f5b4ed193df8a9d4b7a79c74ab05d819f0dfa5e"
},
"downloads": -1,
"filename": "abcrypt_py-0.2.0-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "77bc86616191fec1018f36eac485c228",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 141310,
"upload_time": "2025-01-09T05:35:31",
"upload_time_iso_8601": "2025-01-09T05:35:31.685953Z",
"url": "https://files.pythonhosted.org/packages/2a/f3/b1e480031a88a976b94bd7e02f56d3c63b95fbb60b2de5e8f4c3dc23e364/abcrypt_py-0.2.0-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "aa88f72577823edc70b7dacbc5665142efa790c1286f2889283edd73b4473de5",
"md5": "377ad3007cdbd243f1990d370512e990",
"sha256": "5cb965b5fa27fe9999256e300b620a00eeb033f4c6a82a55203c49fcd5c528e8"
},
"downloads": -1,
"filename": "abcrypt_py-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "377ad3007cdbd243f1990d370512e990",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 243899,
"upload_time": "2025-01-09T05:35:34",
"upload_time_iso_8601": "2025-01-09T05:35:34.613623Z",
"url": "https://files.pythonhosted.org/packages/aa/88/f72577823edc70b7dacbc5665142efa790c1286f2889283edd73b4473de5/abcrypt_py-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1d02d1cbe3361ff47b2c5686a3612c41a6c9a6dedd60feb30e158ee3658aaf2b",
"md5": "74a89c20907c49d79efe8724078f3adc",
"sha256": "2584f8e0465cf46ed50a1fcc33ed0774ab82e4cd587db3c566cd3c61d530ca3e"
},
"downloads": -1,
"filename": "abcrypt_py-0.2.0-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "74a89c20907c49d79efe8724078f3adc",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 221656,
"upload_time": "2025-01-09T05:35:36",
"upload_time_iso_8601": "2025-01-09T05:35:36.037476Z",
"url": "https://files.pythonhosted.org/packages/1d/02/d1cbe3361ff47b2c5686a3612c41a6c9a6dedd60feb30e158ee3658aaf2b/abcrypt_py-0.2.0-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8ad427fc32fbac1f1df539ac438fb146e3a79ec8581b3a87a3e181144269f7ad",
"md5": "8a567b49d5816bd0de77ac332072b72e",
"sha256": "ba14606c622f1f2ec3172265b760f522bd48f30cecf79f3c8d5dd1348c541972"
},
"downloads": -1,
"filename": "abcrypt_py-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "8a567b49d5816bd0de77ac332072b72e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 247458,
"upload_time": "2025-01-09T05:35:37",
"upload_time_iso_8601": "2025-01-09T05:35:37.536525Z",
"url": "https://files.pythonhosted.org/packages/8a/d4/27fc32fbac1f1df539ac438fb146e3a79ec8581b3a87a3e181144269f7ad/abcrypt_py-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e13e5cb184244f9f0e5a2024906e175b8f1ac21f6b2d385a9d988d67edf7825b",
"md5": "3db74eee96cf4f6795582032529a6978",
"sha256": "bf52a1f8a17c4fa4652dc16cc820c945c850db0638724144692891217ff2bc35"
},
"downloads": -1,
"filename": "abcrypt_py-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "3db74eee96cf4f6795582032529a6978",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 264429,
"upload_time": "2025-01-09T05:35:38",
"upload_time_iso_8601": "2025-01-09T05:35:38.920811Z",
"url": "https://files.pythonhosted.org/packages/e1/3e/5cb184244f9f0e5a2024906e175b8f1ac21f6b2d385a9d988d67edf7825b/abcrypt_py-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bf973230efe2d4d6ac2ad80195a07dbca2514ada396b4bcc4333433380378a89",
"md5": "c70a4157e62c8a2c86dd1fcc4eac7274",
"sha256": "9a110d0f22f99b22dfd33c2b8cd60b9aad2733f8fb1712dd4edb1a504fd0590a"
},
"downloads": -1,
"filename": "abcrypt_py-0.2.0-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "c70a4157e62c8a2c86dd1fcc4eac7274",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 141151,
"upload_time": "2025-01-09T05:35:40",
"upload_time_iso_8601": "2025-01-09T05:35:40.427434Z",
"url": "https://files.pythonhosted.org/packages/bf/97/3230efe2d4d6ac2ad80195a07dbca2514ada396b4bcc4333433380378a89/abcrypt_py-0.2.0-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5feef8ed1784bf8a96e5fbed5815a294eb000f664d483c0895c1c78eec3b18be",
"md5": "b8aa3ffae1faf2d628715f70cda857ae",
"sha256": "6808d09f1076cf0a361d40cf15b2bf1e9f9e8cc162ca8c812fef2b41a2a4e0a0"
},
"downloads": -1,
"filename": "abcrypt_py-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "b8aa3ffae1faf2d628715f70cda857ae",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 242529,
"upload_time": "2025-01-09T05:35:43",
"upload_time_iso_8601": "2025-01-09T05:35:43.094650Z",
"url": "https://files.pythonhosted.org/packages/5f/ee/f8ed1784bf8a96e5fbed5815a294eb000f664d483c0895c1c78eec3b18be/abcrypt_py-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "229a34f12d1a48d1e9f0ed4a93ad74ac607291149f71c11f366fe8b88cf2e9c1",
"md5": "c5c698d04ab4e32bbe6ce6352c0ce070",
"sha256": "14af0281695e55d9279afe47f233b27ecb6a2f9917e74a4e078ef877717857ef"
},
"downloads": -1,
"filename": "abcrypt_py-0.2.0-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "c5c698d04ab4e32bbe6ce6352c0ce070",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 220627,
"upload_time": "2025-01-09T05:35:44",
"upload_time_iso_8601": "2025-01-09T05:35:44.605696Z",
"url": "https://files.pythonhosted.org/packages/22/9a/34f12d1a48d1e9f0ed4a93ad74ac607291149f71c11f366fe8b88cf2e9c1/abcrypt_py-0.2.0-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "28d98a546e885419d87f6e1a4603507ad3b1ffdf1dc060d3b4ca0e89f3d95105",
"md5": "6cb8307dfab33390e7c677c5583256c9",
"sha256": "37b6d856bbd65275f7c54757742d3a216dc2e5d74fa84950e31d609d8e80f607"
},
"downloads": -1,
"filename": "abcrypt_py-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "6cb8307dfab33390e7c677c5583256c9",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 246673,
"upload_time": "2025-01-09T05:35:45",
"upload_time_iso_8601": "2025-01-09T05:35:45.973939Z",
"url": "https://files.pythonhosted.org/packages/28/d9/8a546e885419d87f6e1a4603507ad3b1ffdf1dc060d3b4ca0e89f3d95105/abcrypt_py-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bde8c6b0ceee28b97a7da2b3e14bc66692e9e086f774b743f2d406e37a9bbcca",
"md5": "e13fcc0fd2b1f87d0dd788c036ba4629",
"sha256": "0bed49d00034112cae072ad656569abbceee8273281f075a70b4edab4ec6dc33"
},
"downloads": -1,
"filename": "abcrypt_py-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "e13fcc0fd2b1f87d0dd788c036ba4629",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 263628,
"upload_time": "2025-01-09T05:35:48",
"upload_time_iso_8601": "2025-01-09T05:35:48.694348Z",
"url": "https://files.pythonhosted.org/packages/bd/e8/c6b0ceee28b97a7da2b3e14bc66692e9e086f774b743f2d406e37a9bbcca/abcrypt_py-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8bfc3f5ff56bd69834238732aec7196459dfa9f6a02cd353be89d18ca9cf7b92",
"md5": "43a57cca03550464137a9e7691af2de9",
"sha256": "5c5e1c31bf7f95072f2876067967cd8f5771a54b2fae4731e4d204e8b161c006"
},
"downloads": -1,
"filename": "abcrypt_py-0.2.0-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "43a57cca03550464137a9e7691af2de9",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 140374,
"upload_time": "2025-01-09T05:35:50",
"upload_time_iso_8601": "2025-01-09T05:35:50.157231Z",
"url": "https://files.pythonhosted.org/packages/8b/fc/3f5ff56bd69834238732aec7196459dfa9f6a02cd353be89d18ca9cf7b92/abcrypt_py-0.2.0-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8ad3ed2249751e07d901c254ffe8d46e90bff4253f94ac31e66bae2c999f8aca",
"md5": "0666ee505b9e94c9939b00c488d7c908",
"sha256": "fa16dc4c2252a960c20d348156c1db305fc717503f015d1c5751fccd6c93f58b"
},
"downloads": -1,
"filename": "abcrypt_py-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "0666ee505b9e94c9939b00c488d7c908",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 242527,
"upload_time": "2025-01-09T05:35:51",
"upload_time_iso_8601": "2025-01-09T05:35:51.672803Z",
"url": "https://files.pythonhosted.org/packages/8a/d3/ed2249751e07d901c254ffe8d46e90bff4253f94ac31e66bae2c999f8aca/abcrypt_py-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7eb79cf5d2e4ebbb098966e391ffb286449facf5e88f00c98e33d0144eb4987d",
"md5": "119948af2597bc8661eb64d49f86bd42",
"sha256": "380853738c15f0129d62582d756a882426fa378ff3d1b6f27eeeeb6a657753db"
},
"downloads": -1,
"filename": "abcrypt_py-0.2.0-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "119948af2597bc8661eb64d49f86bd42",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 220625,
"upload_time": "2025-01-09T05:35:54",
"upload_time_iso_8601": "2025-01-09T05:35:54.388973Z",
"url": "https://files.pythonhosted.org/packages/7e/b7/9cf5d2e4ebbb098966e391ffb286449facf5e88f00c98e33d0144eb4987d/abcrypt_py-0.2.0-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "60e4feabac6269ded72fd1101c941b1196c9e63c88f77084cfd341124ae3e93f",
"md5": "37159ed323ee0cdc5ff66d8424dd320e",
"sha256": "7db7b72ba5b35eadd20b5b5d968e03635569e22724804c37e43557150f64826a"
},
"downloads": -1,
"filename": "abcrypt_py-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "37159ed323ee0cdc5ff66d8424dd320e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 246674,
"upload_time": "2025-01-09T05:35:55",
"upload_time_iso_8601": "2025-01-09T05:35:55.853432Z",
"url": "https://files.pythonhosted.org/packages/60/e4/feabac6269ded72fd1101c941b1196c9e63c88f77084cfd341124ae3e93f/abcrypt_py-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "278d41fe4cbdcad17acca38049b26f887d20fa4dcb648be0a8dd87760296f1ce",
"md5": "f291db10e783ccb5cadce1607100e2cf",
"sha256": "4369a8aaf59010795b23c9ec22decbdee5582bab9f83b5efc48d18368e3665aa"
},
"downloads": -1,
"filename": "abcrypt_py-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "f291db10e783ccb5cadce1607100e2cf",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 263628,
"upload_time": "2025-01-09T05:35:58",
"upload_time_iso_8601": "2025-01-09T05:35:58.584152Z",
"url": "https://files.pythonhosted.org/packages/27/8d/41fe4cbdcad17acca38049b26f887d20fa4dcb648be0a8dd87760296f1ce/abcrypt_py-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "597aeef7f61bf1aa874ae4b1da6ffd267b368c1140490daf95c76ec379f30c14",
"md5": "8f71a5fe682a1e6be9390a36c74140f6",
"sha256": "aa7f1d3b0df14556a122956523aec3c608d8a73234ea3bc85bf6d8d35f68c3d4"
},
"downloads": -1,
"filename": "abcrypt_py-0.2.0-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "8f71a5fe682a1e6be9390a36c74140f6",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 140379,
"upload_time": "2025-01-09T05:36:01",
"upload_time_iso_8601": "2025-01-09T05:36:01.153073Z",
"url": "https://files.pythonhosted.org/packages/59/7a/eef7f61bf1aa874ae4b1da6ffd267b368c1140490daf95c76ec379f30c14/abcrypt_py-0.2.0-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c153dca04c0dde95d9f8b3598ab123df59f290825c12310ce369da0d0e58c969",
"md5": "09ca63b5b6afa067d72f4e74469ce534",
"sha256": "0ef83e41eddeb828f858c9aed9a9acfa695abf1e1a193097bd5394170cd78dd6"
},
"downloads": -1,
"filename": "abcrypt_py-0.2.0-cp39-cp39-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "09ca63b5b6afa067d72f4e74469ce534",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 244859,
"upload_time": "2025-01-09T05:36:02",
"upload_time_iso_8601": "2025-01-09T05:36:02.517475Z",
"url": "https://files.pythonhosted.org/packages/c1/53/dca04c0dde95d9f8b3598ab123df59f290825c12310ce369da0d0e58c969/abcrypt_py-0.2.0-cp39-cp39-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "df04f625cf84575cbacac75f07cd28021720a4f7ea72a354a2a047f0ef105085",
"md5": "1294912653283dae28dd9b39bdf9444c",
"sha256": "7e327a7ace0296673dd4d4d2ffc0f1545408f3a8c0c85608d9d7ee6ba14e5f89"
},
"downloads": -1,
"filename": "abcrypt_py-0.2.0-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "1294912653283dae28dd9b39bdf9444c",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 222558,
"upload_time": "2025-01-09T05:36:03",
"upload_time_iso_8601": "2025-01-09T05:36:03.974593Z",
"url": "https://files.pythonhosted.org/packages/df/04/f625cf84575cbacac75f07cd28021720a4f7ea72a354a2a047f0ef105085/abcrypt_py-0.2.0-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "abbcc7aa231b358a640b862593e4947325727185c4691dcdf0aa354783627126",
"md5": "4763e46128bae302dbd84a484fe9610e",
"sha256": "9907ab0b279244c85b759634c0242ef2373a62a592f64dcc1efcc29935356c15"
},
"downloads": -1,
"filename": "abcrypt_py-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "4763e46128bae302dbd84a484fe9610e",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 248480,
"upload_time": "2025-01-09T05:36:06",
"upload_time_iso_8601": "2025-01-09T05:36:06.688763Z",
"url": "https://files.pythonhosted.org/packages/ab/bc/c7aa231b358a640b862593e4947325727185c4691dcdf0aa354783627126/abcrypt_py-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e14266fcfd2be4bca114c1cd3651c7216d74031267660697d6c8532dd9707ab7",
"md5": "00c2d692b08b7cdf216d1250f76b5b5c",
"sha256": "3c6e24dfda7a7941046dd01e4077bf7461c5070bf44763d5a1c1151dd5b380ec"
},
"downloads": -1,
"filename": "abcrypt_py-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "00c2d692b08b7cdf216d1250f76b5b5c",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 265309,
"upload_time": "2025-01-09T05:36:09",
"upload_time_iso_8601": "2025-01-09T05:36:09.365934Z",
"url": "https://files.pythonhosted.org/packages/e1/42/66fcfd2be4bca114c1cd3651c7216d74031267660697d6c8532dd9707ab7/abcrypt_py-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bc623833ea6d27812eda91319d3f6c42fb584aed582890629c03b160958d0ca5",
"md5": "831919dff79fe6527e7415456b19a7e8",
"sha256": "301bec3cc2afd5e5385371e76541688add9b2049492abea5cd4b7cc28f557ecd"
},
"downloads": -1,
"filename": "abcrypt_py-0.2.0-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "831919dff79fe6527e7415456b19a7e8",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 141524,
"upload_time": "2025-01-09T05:36:11",
"upload_time_iso_8601": "2025-01-09T05:36:11.911400Z",
"url": "https://files.pythonhosted.org/packages/bc/62/3833ea6d27812eda91319d3f6c42fb584aed582890629c03b160958d0ca5/abcrypt_py-0.2.0-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "61d5d827cc31303aeb43935ec7f725e5d20baf44003d9be5795f72d78a221fd5",
"md5": "dfa87e7a783425f9dfb1f30188c3105c",
"sha256": "28e2358c092b9236b467534d86d175680aebd4c37b34c441c3d7cbee80037898"
},
"downloads": -1,
"filename": "abcrypt_py-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "dfa87e7a783425f9dfb1f30188c3105c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 37252,
"upload_time": "2025-01-09T05:36:13",
"upload_time_iso_8601": "2025-01-09T05:36:13.073909Z",
"url": "https://files.pythonhosted.org/packages/61/d5/d827cc31303aeb43935ec7f725e5d20baf44003d9be5795f72d78a221fd5/abcrypt_py-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-09 05:36:13",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "sorairolake",
"github_project": "abcrypt",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "abcrypt-py"
}