[ bookworm-backports ]
[ trixie ]
[ sid ]
[ 源代码: python-construct-classes ]
软件包:python3-construct-classes(0.1.2-5)
python3-construct-classes 的相关链接
Debian 的资源:
下载源码包 python-construct-classes:
- [python-construct-classes_0.1.2-5.dsc]
- [python-construct-classes_0.1.2.orig.tar.gz]
- [python-construct-classes_0.1.2-5.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Python module for parsing and packing data classes
Construct Classes relies on python3-construct for parsing binary data into data classes and packing data classes into binary data. The programmer needs to manually write the Construct expressions. There is no type verification, so it is the programmer's responsibility that the dataclass and the Construct expression match.
其他与 python3-construct-classes 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-construct
- powerful declarative parser (and builder) for binary data