{"library":"opack2","title":"opack2","description":"A Python library for parsing and serializing data in the opack format. Currently at version 0.0.1, with initial release. The library supports encoding/decoding of opack binary data.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install opack2"],"cli":null},"imports":["from opack2 import pack","from opack2 import unpack"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from opack2 import pack, unpack\n\n# Pack data\ndata = {'key': 'value', 'number': 42}\npacked = pack(data)\n# Unpack data\nunpacked = unpack(packed)\nprint(unpacked)  # {'key': 'value', 'number': 42}\n","lang":"python","description":"Basic usage of opack2 to pack and unpack data.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}