How to Install python3-kaitaistruct in Ubuntu 18.04



Install python3-kaitaistruct by entering the following commands in the terminal:

sudo apt update
sudo apt install python3-kaitaistruct

Description:

Kaitai Struct declarative parser generator for binary data (python3)

This library implements Kaitai Struct API for Python. . [Kaitai Struct](http://kaitai.io) 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. . [construct]: https://pypi.python.org/pypi/construct [Construct3]: http://tomerfiliba.com/blog/Survey-of-Construct3/ . This is the Python3 package.

Homepage: http://kaitai.io

Version: 0.7-1

Section: universe/python