Metadata-Version: 2.0
Name: smartyparse
Version: 0.1.3
Summary: A python library for smart dynamic binary de/encoding.
Home-page: https://github.com/Muterra/py_smartyparse
Author: Muterra, Inc
Author-email: badg@muterra.io
License: LGPL
Keywords: smartyparse,data structure,dynamic,binary,parser,builder,pack,unpack
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: dev
Provides-Extra: test

Smartyparse is an intelligent general-purpose binary parsing, marshalling, serializing, etc library. Capable of dynamic operations, self-describing formats, nested formats, etc. Use it to encode, decode, and develop binary formats quickly and easily. It supports ```python>=3.3```.


