bpack
Binary data structures (un-)packing library
Binary data structures (un-)packing library
To install this package, run one of the following:
The bpack Python package provides tools to describe and encode/decode binary data.
Binary data are assumed to be organized in records, each composed by a sequence of fields. Fields are characterized by a known size, offset (w.r.t. the beginning of the record) and datatype.
The package provides classes and functions that can be used to:
Encoders/decoders (backends) rely on well known Python packages like:
Summary
Binary data structures (un-)packing library
Last Updated
Apr 15, 2023 at 09:48
License
Apache-2.0
Total Downloads
52
Supported Platforms
GitHub Repository
https://github.com/avalentino/bpackDocumentation
https://bpack.readthedocs.io/