Encoding/decoding library for Python, supporting base64, hex, and other common encodings. Current version 0.2, released 2021-01-15. Low release cadence (one release).
pip install koodausNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Encode and decode using base64. The library supports multiple encodings.
Ensure input is bytes, e.g., b'text' or 'text'.encode()
Consider using stdlib base64 module for more reliable support.
No dependency data recorded yet.