Metadata-Version: 2.1
Name: obj-struct-lib
Version: 2022.1b0
Summary: An object-oriented alternative to the built-in struct module. Still uses struct under the hood, but allows defining user structures, and packing into/from binaryio/bytesio types.
Home-page: https://github.com/ModernMAK/Object-Struct-Library
Author: Marcus Kertesz
Project-URL: Bug Tracker, https://github.com/ModernMAK/Object-Struct-Library/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# Object Struct Library
An object-oriented alternative to python's struct module.</br>

Currently, uses the built-in struct under the hood to represent built-in conversions (found in standard), and allows structs to be wrapped into an object for use with the library.
