Python encoder/decoder for the Rison data serialization format (similar to JSON but URI-safe). Current version 2.0.1, with a modernized codebase that publishes under the `rison` package instead of the legacy `prison`. Release cadence is irregular.
pip install risonNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage of rison for encoding and decoding.
Update imports to 'import rison' and reinstall with 'pip install rison'.
Switch to 'rison' version 2.0.0 or later.
Use '~' to represent null in rison strings, or filter None values before encoding.
Run 'pip install rison'.
Use 'import rison; rison.dumps(...)' instead of 'from rison import dumps'.
No dependency data recorded yet.