Grab it from PyPI: http://pypi.python.org/pypi/construct Revamped site: http://construct.readthedocs.org/en/latest/ Change log: https://github.com/construct/construct/blob/master/CHANGELOG.rst Construct is a powerful declarative parser (and builder) for binary data. Instead of writing imperative code to parse a piece of data, you declaratively define a data structure that describes your data. As this data structure is not code, you can use it in one direction to parse data into Pythonic objects, and in the other direction, convert (“build”) objects into binary data. The library provides both simple, atomic constructs (such as integers of various sizes), as well as composite ones which allow you form hierarchical structures of increasing complexity. Construct features bit and byte granularity, easy debugging and testing, an easy-to-extend subclass system, and lots of primitive constructs to make your work easier.
participants (1)
-
Tomer Filiba