[ 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