Subject: CVS commit: wip/py-construct
From: Eric Schnoebelen
Date: 2011-05-15 06:18:12
Message id: E1QLSmj-0005rC-A4@sfs-ml-4.v29.ch3.sourceforge.com

Log Message:
Import py25-construct-2.04 as wip/py-construct.

Construct is a powerful declarative parser for binary data.

It is based on the concept of defining data structures in a declarative
manner, rather than procedural code: Simple constructs can be combined
hierarchically to form increasingly complex data structures. 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 declarative design, easy
debugging and testing, an easy-to-extend subclass system, and lots of
primitive constructs to make your work easier.

        * Fields
        * Structs
        * Unions
        * Repeaters
        * Meta constructs
        * Switches
        * On-demand parsing
        * Pointers
        * And more!


Files:
RevisionActionfile
1.1importwip/py-construct/buildlink3.mk
1.1importwip/py-construct/Makefile
1.1importwip/py-construct/distinfo
1.1importwip/py-construct/PLIST
1.1importwip/py-construct/DESCR