Python bindings for rage (age in Rust). Provides encryption/decryption using age keys. Version 1.3.0, active development, monthly/bimonthly releases.
pip install pyrageNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Key generation, encryption, and decryption with pyrage.
Encode strings with `.encode()` before encrypting; decode with `.decode()` after decrypting.
Upgrade to Python 3.9+.
Run `pip install pyrage`. Ensure you're in the correct virtual environment.
Use `from pyrage import encrypt` or `import pyrage; pyrage.encrypt(...)`
No dependency data recorded yet.