encutils is a Python utility library for encoding detection and conversion, providing simple functions to handle text encoding issues. Current version 1.0.0, released with Python >=3.10 support. Low release cadence.
pip install encutilsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Detect encoding of a byte string and convert to UTF-8.
Ensure input is bytes (e.g., my_str.encode('utf-8')) or bytes object.Replace guess_encoding() with detect_encoding() for new code.
No dependency data recorded yet.