Metadata-Version: 2.1
Name: obj-struct-lib
Version: 2022.1b2
Summary: An object-oriented alternative to the built-in struct module.
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 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# Object Struct Library
[![Pytest](https://github.com/ModernMAK/Object-Struct-Library/actions/workflows/pytest.yaml/badge.svg)](https://github.com/ModernMAK/Object-Struct-Library/actions/workflows/pytest.yaml)
![PyPI](https://img.shields.io/pypi/v/obj-struct-lib)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/obj-struct-lib)
![PyPI - License](https://img.shields.io/pypi/l/obj-struct-lib)
</br>
An object-oriented alternative to python's struct module.</br>

## Installation (Pip)
### Installing from PyPI (Recommended)
```
pip install obj-struct-lib
```
### Installing from GitHub
For more information, see [pip VCS support](https://pip.pypa.io/en/stable/topics/vcs-support/#git)
```
pip install git+https://github.com/ModernMAK/Object-Struct-Library
```
