Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 540 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 540 Bytes

kaitai_struct_toys

tests and toys related to kaitai struct

requirements

  • kaitai struct runtime (kaitaistruct.py) >= .9 is in your python path
  • pip put it in /usr/local/lib/python3.7/site-packages/kaitaistruct.py
  • recommend you clone https://github.com/kaitai-io/kaitai_struct_python_runtime.git
  • python setup.py build and python setup.py install put /usr/local/lib/python3.7/site-packages/kaitaistruct-0.9-py3.7.egg
  • the python modules compiled from your kaitai formats with debug are in your python path, see compile.py