Python implementation of the Generic Binary Keyed Format (*.gbkf)
https://gbkf.rsm92.fr
- Python 100%
| src | ||
| tests | ||
| .gitignore | ||
| INSTALL.md | ||
| LICENSE | ||
| README.md | ||
Python implementation of the Generic Binary Keyed Format (*.gbkf).
Remarks
- Since Python is not typed,
GBKFCoreWriterhas a boolean parameter calledtype_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.9will be read as100.9000015258789