Python implementation of the Generic Binary Keyed Format (*.gbkf) https://gbkf.rsm92.fr
Find a file
2025-10-07 08:26:53 +02:00
src header const rename 2025-10-07 08:26:53 +02:00
tests header const rename 2025-10-07 08:26:53 +02:00
.gitignore First commit that separates the private code with the public CORE release 2025-05-24 21:38:45 +02:00
INSTALL.md First commit that separates the private code with the public CORE release 2025-05-24 21:38:45 +02:00
LICENSE Update license to PFSSL v1.0 2025-05-24 21:41:37 +02:00
README.md add blob type 2025-09-28 15:53:14 +02:00

Python implementation of the Generic Binary Keyed Format (*.gbkf).

Remarks

  • Since Python is not typed, GBKFCoreWriter has a boolean parameter called type_checking, to perform type checking when adding values. This will make the code execution longer, but it is important to avoid complex debugging and ensure the quality of files.
  • Currently, the Reader and Writer classes store all content in RAM. In the future, they will be improved to support disk-based I/O operations for large files.
  • Floats can induce numerical deltas, for example, writing 100.9 will be read as 100.9000015258789