[ 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
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-construct
- powerful declarative parser (and builder) for binary data