Jump to letter: [
034679ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python3-binstruct - Library for read/write access of binary data via structures
- Description:
The binstruct library allows you to access binary data using a
predefined structure. The binary data can be provided in any form
that allows an indexed access to single bytes. This could for example
be a memory-mapped file. The data structure itself is defined in way
similar to Django database table definitions by declaring a new class
with its fields.
Packages