Registry / devops / koodaus

koodaus

JSON →
library0.2pypypi✓ verified 80d ago

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 koodaus
INSTALL
IMPORT
SIG · KOODAUS
K
koodaus
devopspythonv0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

encode
import koodaus
from koodaus import encode

Encode and decode using base64. The library supports multiple encodings.

from koodaus import encode, decode result = encode(b'hello', 'base64') print(result) # 'aGVsbG8='
Debug
Known issues
gotchaThe input to encode/decode must be bytes, not str. Passing a string will raise TypeError.
fix
Ensure input is bytes, e.g., b'text' or 'text'.encode()
affects: all
deprecatedThe library has not been updated since 2021. It may lack support for newer Python versions despite requiring >=3.6.
fix
Consider using stdlib base64 module for more reliable support.
affects: all
Upgrade
Version history
0.2latest on PyPI · released Apr 7, 2022
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
koodaus — pip install koodaus · libregistry