Streamable multi-format serialization library for Python. Supports JSON, YAML, TOML, and custom formats with lazy loading and incremental parsing. Current version 0.0.16, early development, releases irregularly.
pip install paradictNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a Paradict instance, set a key, and serialize to JSON.
Ensure values are of supported types (str, int, float, bool, None, list, dict).
Pin version in requirements (e.g., paradict>=0.0.16,<0.1.0) and test upgrades.
No dependency data recorded yet.