construct

Edit Package python-construct

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:

Fields: raw bytes or numerical types
Structs and Sequences: combine simpler constructs into more complex ones
Adapters: change how data is represented
Arrays/Ranges: duplicate constructs
Meta-constructs: use the context (history) to compute the size of data
If/Switch: branch the computational path based on the context
On-demand (lazy) parsing: read only what you require
Pointers: jump from here to there in the data stream

Refresh
Refresh
Source Files
Filename Size Changed
python-construct.changes 0000003127 3.05 KB
python-construct.spec 0000002514 2.46 KB
split_debug.patch 0000001045 1.02 KB
v2.9.45.tar.gz 0001042299 1020 KB
Revision 11 (latest revision is 20)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 664590 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 11)
- Reintroduce split_debug.patch for rpmlint[mini] mode

- Version update to 2.9.45:
  * No obvious changelog present
- Remove obsolete split_debug.patch
- Use github tarball in order to be able to run tests
Comments 0
openSUSE Build Service is sponsored by