Metadata-Version: 2.0
Name: structpp
Version: 0.0.1
Summary: A typechecking and shell generation program for python APIs
Home-page: https://github.com/iotile/structpp
Author: Arch
Author-email: info@arch-iot.com
License: LGPLv3
Description-Content-Type: UNKNOWN
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.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
Requires-Dist: future (>=0.16.0)

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.


