# kaitai_struct_python_runtime **Repository Path**: hegp/kaitai_struct_python_runtime ## Basic Information - **Project Name**: kaitai_struct_python_runtime - **Description**: 代码仓库代码仓库代码仓库 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-12 - **Last Updated**: 2023-08-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Kaitai Struct: runtime library for Python [![PyPI](https://img.shields.io/pypi/v/kaitaistruct)](https://pypi.org/project/kaitaistruct/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/kaitaistruct)](https://pypi.org/project/kaitaistruct/#:~:text=Programming%20Language) This library implements Kaitai Struct API for Python. [Kaitai Struct](https://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 2.10](https://construct.readthedocs.io/en/latest/) 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. Further reading: * [About Kaitai Struct](https://kaitai.io/) * [About API implemented in this library](https://doc.kaitai.io/stream_api.html) * [Python-specific notes](https://doc.kaitai.io/lang_python.html) in KS documentation discuss installation and usage of this runtime