Metadata-Version: 2.1
Name: bytemaker
Version: 0.8.0
Summary: A sub-byte-struct-supporting Python serialization/deserialization library for Python 3.8.
Author-email: "D. Estes McKnight" <contact-2@demcknight.com>
Project-URL: Homepage, https://github.com/dem1995/bytemaker
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENCE.md

[![python-app](https://github.com/dem1995/bytemaker/actions/workflows/python-app.yml/badge.svg)](https://github.com/dem1995/bytemaker/actions/workflows/python-app.yml)
[![PEP8](https://img.shields.io/badge/code%20style-pep8-orange.svg)](https://www.python.org/dev/peps/pep-0008/)

# bytemaker
## What is it?
`bytemaker` is a package for byte serialization/deserialization. More specifically, though, its goal is to port C bitfield functionality over to Python in version 3.8, as there are applications out there that have not made the jump to 3.9 for Windows 7 compatibility reasons.
