bpack 1.1.0-2 source package in Ubuntu

Changelog

bpack (1.1.0-2) unstable; urgency=medium

  * Team upload.
  * Source-only upload.

 -- Bas Couwenberg <email address hidden>  Tue, 18 Jun 2024 21:11:42 +0200

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 Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
bpack_1.1.0-2.dsc 3.0 KiB 03084af54031eeb0be64bf135f48ae8c45042815c3ebb17b9c2e95de06c449cd
bpack_1.1.0.orig.tar.gz 60.6 KiB 0be1723df930ba3decdf5daabdd1ac1bbc16dbe08f49ebaf8c354ccfc7f00479
bpack_1.1.0-2.debian.tar.xz 3.4 KiB 3a15551cc7dfa6498625a88b067f784a86f6ea64a04bce2186c70bf516c59206

Available diffs

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