bpack 1.3.0-1 source package in Ubuntu
Changelog
bpack (1.3.0-1) unstable; urgency=medium * New upstream version. * Update dates in d/copyright. -- Antonio Valentino <email address hidden> Thu, 09 Jan 2025 06:26:26 +0000
Upload details
- Uploaded by:
- Debian GIS Project
- Uploaded to:
- Sid
- Original maintainer:
- Debian GIS Project
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Questing | release | universe | misc | |
Plucky | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
bpack_1.3.0-1.dsc | 3.0 KiB | a2053f523259560d1d8f61e20d3110660990378da77e73ceb2227996c12a37ee |
bpack_1.3.0.orig.tar.gz | 71.2 KiB | 0b0f985d235b5320b905756b49cea14be228dadd3dd4672663d77f628fdbbf1d |
bpack_1.3.0-1.debian.tar.xz | 3.6 KiB | 187acd4cec5ac6e573b4360f63129c0653c7059d575a354a510b5da9479afd42 |
Available diffs
- diff from 1.2.0-1 to 1.3.0-1 (4.6 KiB)
No changes file available.
Binary packages built by this source
- python-bpack-doc: Binary data structures (un-)packing library (documentation)
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:
.
* describe binary data structures in a declarative way (structures can
be specified up to the bit level)
* automatically generate encoders/decoders for a specified data descriptor
.
Encoders/decoders (*backends*) rely on well known Python packages like:
.
* struct (form the standard library)
* bitstruct (optional)
* numpy (optional)
* bitarray (optional) - partial implementation
.
This package provides documentation for bpack.
- python3-bpack: Binary data structures (un-)packing library
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:
.
* describe binary data structures in a declarative way (structures can
be specified up to the bit level)
* automatically generate encoders/decoders for a specified data descriptor
.
Encoders/decoders (*backends*) rely on well known Python packages like:
.
* struct (form the standard library)
* bitstruct (optional)
* numpy (optional)
* bitarray (optional) - partial implementation