Metadata-Version: 2.4
Name: obcrypt
Version: 0.0.1
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
License-File: LICENSE
Summary: Python bindings for obcrypt — bytes-in/bytes-out symmetric encryption (oboron protocol, a-tier + u-tier).
Keywords: python,encryption,cryptography,oboron
Home-Page: https://oboron.org/
Author: Bojan Đuričković
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Documentation, https://oboron.org/obcrypt
Project-URL: Homepage, https://oboron.org/
Project-URL: Repository, https://gitlab.com/oboron/obcrypt-rs

# obcrypt-py

Python bindings for [`obcrypt`](../obcrypt) — the bytes-in /
bytes-out cryptographic core of the
[oboron](https://oboron.org/) protocol.

**Status: scaffold.** Only the package skeleton is in place; the
binding surface (PyO3 classes, methods, exception types) is being
built incrementally.

## Build (development)

```bash
pip install maturin
cd obcrypt-py
maturin develop --release
```

## License

MIT — see [LICENSE](LICENSE).

