A Python library for data exchange and persistence using human-readable files. It provides a simple interface to save and load Python objects as JSON or YAML files. Current version is 0.0.32 (pre-release), with infrequent releases.
pip install sharedNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: save and load Python dictionaries to/from human-readable files.
Pin version: shared==0.0.32
Check file existence manually before calling save() or use a unique filename.
Install PyYAML: pip install pyyaml, then use .yaml extension.
No dependency data recorded yet.