mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/construct: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
701cdb2b52
commit
b952b6e8e5
1 changed files with 18 additions and 15 deletions
|
@ -1,15 +1,18 @@
|
|||
Construct (python library)
|
||||
|
||||
Construct is a powerful declarative parser (and builder) for binary data.
|
||||
Construct is a powerful declarative parser (and builder) for 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:
|
||||
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
|
||||
-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
|
||||
|
|
Loading…
Reference in a new issue