construct 2.00
library for constructing (parsing and building) of binary and textual data structures
Construct is a library for parsing and building of data structures (binary or textual).
It is based on the concept of defining data structures in a declarative manner, rather than procedural code: more complex constructs are composed of a hierarchy of simpler ones. It's the first library that makes parsing fun, instead of the usual headache it is today.
Construct features bit and byte granularity, symmetrical operation (parsing and building), component-oriented design (declarative), easy debugging and testing, easy to extend (subclass constructs), and lots of primitive constructs to make your work easier (fields, structs, unions, repeaters, meta constructs, switches, on-demand parsing, pointers, etc.)
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| construct-2.00.tar.gz (md5) | Source | 2009-11-23 11:40:45.997688 | 19KB | 18 | |
|
construct-2.00.macosx-10.6-i386.tar.gz
(md5)
built for Darwin-10.2.0 |
"dumb" binary | any | 2009-11-23 11:40:54.673427 | 221KB | 17 |
| construct-2.00-py2.5.egg (md5) | Python Egg | 2.5 | 2008-01-07 15:44:30 | 171KB | 518 |
- Author: Tomer Filiba <tomerfiliba at gmail dot com>
- Home Page: http://construct.wikispaces.com/
- Keywords: parsing,binary,bitwise,bit level,constructing,struct
- Platform: any
-
Categories
- Development Status :: 5 - Production/Stable
- Intended Audience :: Developers
- Intended Audience :: End Users/Desktop
- License :: Public Domain
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Internet
- Topic :: Scientific/Engineering :: Information Analysis
- Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator
- Topic :: Software Development :: Libraries :: Python Modules
- Topic :: System :: Networking
- Topic :: System :: Networking :: Monitoring
- Topic :: Text Processing
- Package Index Owner: vdham, gangesmaster
- DOAP record: construct-2.00.xml
Log in to rate this package.
- 2 points: 1 vote
Ratings range from 0 to 5 (best).
- Author unreachable according to http://construct-community.wikispaces.com/
Doesn't install out of the box with a fresh python+setuptools install; it tries to import ez_setup in its setup.py but Python can't find any such module. (SamB, 2009-11-21,points) - I've uploaded a new source file which has no dependency on ez_setup. (vdham, 2009-11-23)
