Metadata-Version: 1.1
Name: structpp
Version: 0.1.0
Summary: An improved struct module with support for names and bitfields
Home-page: https://github.com/iotile/structpp
Author: Arch
Author-email: info@arch-iot.com
License: LGPLv3
Description-Content-Type: UNKNOWN
Description: Struct++
        ---------
        
        Struct++ (also called structpp) provides a wrapper around the struct module in the python
        standard library will additional support for packed bitfields and decoding structs into
        a named tuple by annotated field names.
        
        It is a 100%% drop in replacement for struct and its format string syntax is a superset of
        the syntax used inside the struct module.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
