A Python library providing data types and interchange formats (JSON, YAML, XML, etc.) with a focus on seamless conversion between them. Current version is 2021.0.4, released in 2021. The library is in maintenance mode with no active development.
pip install interchangeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage of convert() to transform between data formats.
Consider migrating to modern alternatives like pydantic or json.dumps for simple cases.
Test your specific data shapes thoroughly before relying on interchange in production.
Use a virtual environment with Python 3.8 or 3.9 if you must use this library.
No dependency data recorded yet.