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.
pip install opack2No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage of opack2 to pack and unpack data.
Use 'from opack2 import pack, unpack' instead of 'from opack import ...'.
Use 'opack2==0.0.1' in requirements.txt.
Upgrade Python to 3.9 or later.
No dependency data recorded yet.