This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Python > construct (2.9.45)

Construct (python library) 

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:

-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
-Tunneling: prefix data with a byte count or compress it

Optional dependancies include Enum34, Numpy, and Arrow.

Maintained by: Barry J. Grundy
Keywords: plaso,python,dfvfs
ChangeLog: construct

Homepage:
http://construct.readthedocs.org/

Source Downloads:
construct-2.9.45.tar.gz (2498a8fd0782c56df915be4948402db5)

Download SlackBuild:
construct.tar.gz
construct.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
construct.SlackBuild
construct.info
slack-desc

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds