python-kaitaistruct 0.8-1.1 source package in Ubuntu

Changelog

python-kaitaistruct (0.8-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Drop python2 support; Closes: #937865

 -- Sandro Tosi <email address hidden>  Sat, 05 Oct 2019 19:48:56 -0400

Upload details

Uploaded by:
Sebastien Delafond
Uploaded to:
Sid
Original maintainer:
Sebastien Delafond
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-kaitaistruct_0.8-1.1.dsc 1.9 KiB 244f80db2e9e99eae65380ecdd44eaaba72c700d0161a33745dd377e17611949
python-kaitaistruct_0.8.orig.tar.xz 4.8 KiB 51651bc17b823c60ccdcdedca2b78b9b936cdaeedc379fb1634288ac02d3b66b
python-kaitaistruct_0.8-1.1.debian.tar.xz 2.2 KiB ebe5ccfe308fcab6326989e57622155b589bc9ebf9ee51bef891913f030895fa

Available diffs

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.