freebsd-ports/devel/py-kaitaistruct/pkg-descr

12 lines
475 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 Pythons [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.
WWW: http://kaitai.io/