[ 源代码: construct ]
软件包:python3-construct(2.10.58+dfsg1-1)
python3-construct 的相关链接
Debian 的资源:
下载源码包 construct:
- [construct_2.10.58+dfsg1-1.dsc]
- [construct_2.10.58+dfsg1.orig.tar.xz]
- [construct_2.10.58+dfsg1-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [construct.readthedocs.org]
相似软件包:
powerful declarative parser (and builder) for binary data
Construct is a Python 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.