6 releases

0.2.0 Jan 9, 2025
0.1.4 Mar 17, 2024
0.1.2 Feb 28, 2024

#1272 in Cryptography

Download history 12/week @ 2024-09-25 1/week @ 2024-11-13 1/week @ 2024-11-20 152/week @ 2025-01-08

152 downloads per month

Apache-2.0 OR MIT

88KB
1.5K SLoC

Python Bindings for abcrypt

CI PyPI Version PyPI Python Version crates.io Version MSRV Docs License

abcrypt-py is the Python bindings for the abcrypt crate.

Usage

Installation

To install this library:

pip install abcrypt-py

Documentation

See the documentation 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.

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:

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.

Dependencies

~5.5MB
~105K SLoC