Metadata-Version: 2.1
Name: binary-bits
Version: 1.0.0
Summary: Provide additional methods for working with binary data
Home-page: https://github.com/wolfpackmars2/bits
Author: S Groesz
License: UNKNOWN
Project-URL: Source, http://git.groesz.org/wp/bits/
Description: # Bits
        
        Helps manage your bits!
        
        Intended to be compatible with Python 3.6+. Written and tested against Python
        3.8.5 Ubuntu 20.04.1 LTS.
        
        If something doesn't work in Python 3.6, it's a bug. Please report any such
        bugs if they are encountered.
        
        # Similar projects
        ## [py-flags](https://pypi.org/project/py-flags/)
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: test
