{"library":"shared","title":"Shared","description":"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.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install shared"],"cli":null},"imports":["from shared import Shared"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from shared import Shared\n\n# Create a Shared instance with a file path\nshared = Shared('config')\n# Save a dictionary\nshared.save({'key': 'value'})\n# Load the data\ndata = shared.load()\nprint(data)","lang":"python","description":"Basic usage: save and load Python dictionaries to/from human-readable files.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}