python-kaitaistruct 0.9-1 source package in Ubuntu
Changelog
python-kaitaistruct (0.9-1) unstable; urgency=medium * New upstream version 0.9 * New maintainer. Closes: 947016 * Update Standards-Version to 4.5.1 (no changes) -- William Blough <email address hidden> Mon, 08 Feb 2021 11:11:46 -0500
Upload details
- Uploaded by:
- William Blough
- Uploaded to:
- Sid
- Original maintainer:
- William Blough
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-kaitaistruct_0.9-1.dsc | 2.1 KiB | 76d5adfefcdab759bc997b49d29bbe964057d108f42e338e20288f60ca134c36 |
python-kaitaistruct_0.9.orig.tar.gz | 5.4 KiB | 3d5845817ec8a4d5504379cc11bd570b038850ee49c4580bc0998c8fb1d327ad |
python-kaitaistruct_0.9-1.debian.tar.xz | 2.3 KiB | 71a855b21c69240139e1e98967d9a16892506100adc1652014d360ff0c6ab845 |
Available diffs
- diff from 0.8-3 to 0.9-1 (10.0 KiB)
No changes file available.
Binary packages built by this source
- python3-kaitaistruct: Kaitai Struct declarative parser generator for binary data (python3)
This library implements Kaitai Struct API for Python.
.
Kaitai Struct is a declarative language used for describe various
binary data structures, laid out in files or in memory: i.e. binary
file formats, network stream packet formats, etc.
.
It is similar to Python's construct and Construct3, but it is
language-agnostic. The format description is done in YAML-based .ksy
format, which then can be compiled into a wide range of target
languages.
.
This is the Python3 package.