kaitai_struct_python_runtime icon indicating copy to clipboard operation
kaitai_struct_python_runtime copied to clipboard

Kaitai Struct: runtime for Python

Results 17 kaitai_struct_python_runtime issues
Sort by recently updated
recently updated
newest added
trafficstars

`read_bytes_term()` should raise EOFError instead of Exception to be consistent with `read_bytes()`. Btw. it's funny that found this issue 1h later than the person that has reported #40 Even if...

Effectuates: https://github.com/kaitai-io/kaitai_struct/issues/390 https://github.com/kaitai-io/kaitai_struct/issues/397 I ran the test suite but please confirm it. Also I leave running the benchmarks to you, because I am not able to run those.

enhancement

Followup of discussion in 04289cc13d6501153cab61e875d9c4e2ccdaa5d8 Python 2 bytearray mutations ``` == run_benchmark_process_xor.py max = 2147483543 34.8218421936 0.414654970169 ``` Python 3 bytearray mutations ``` == run_benchmark_process_xor.py max = 2147483543 33.529802142000335 0.39478560099996685...

Fix https://github.com/kaitai-io/kaitai_struct_python_runtime/issues/69 According to a project example https://pypi.org/project/PyScaffold/4.3/ + https://github.com/pyscaffold/pyscaffold/blob/v4.3/setup.cfg#L7-L15, the "Homepage" link pulled from `metadata.url` apparently stays even if I add `project_urls`, so all links at PyPI resulting from...

I am filing this issue as something to possibly consider for the future. Currently struct is used for converting bytes to ints (and a few other values like floats, but...

See commits. This is obviously not doable the next day but i thought i would share my ideas.

Hello everyone, im decently new to working with binary files and KaitaiStruct. I love it but i unfortunately dont like the ReadWriteStruct. I created a different approach based on the...