File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 55
66This library implements Kaitai Struct API for Python.
77
8- [ Kaitai Struct] ( http ://kaitai.io) is a declarative language used for
8+ [ Kaitai Struct] ( https ://kaitai.io/ ) is a declarative language used for
99describe various binary data structures, laid out in files or in memory:
1010i.e. binary file formats, network stream packet formats, etc.
1111
12- It is similar to [ Python's Construct 2.9 ] ( http ://construct.readthedocs.org /)
12+ It is similar to [ Python's Construct 2.10 ] ( https ://construct.readthedocs.io/en/latest /)
1313but it is language-agnostic. The format description is done in YAML-based .ksy
1414format, which then can be compiled into a wide range of target languages.
1515
1616Further reading:
1717
18- * [ About Kaitai Struct] ( http ://kaitai.io/)
19- * [ About API implemented in this library] ( http ://doc.kaitai.io/stream_api.html)
20- * [ Python-specific notes] ( http ://doc.kaitai.io/lang_python.html) in KS
18+ * [ About Kaitai Struct] ( https ://kaitai.io/)
19+ * [ About API implemented in this library] ( https ://doc.kaitai.io/stream_api.html)
20+ * [ Python-specific notes] ( https ://doc.kaitai.io/lang_python.html) in KS
2121 documentation discuss installation and usage of this runtime
You can’t perform that action at this time.
0 commit comments