Popularity
4.5
Growing
Activity
7.6
-
875
29
151

Description

Construct is a powerful declarative and symmetrical 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, to 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 and sequential 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:

Programming language: Python
License: GNU General Public License v3.0 or later
Latest version: v2.10.56

Construct alternatives and similar packages

Based on the "Parser" category.
Alternatively, view Construct alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Construct or a related project?

Add another 'Parser' Package