An alternative Python code generator for flatbuffers.
 
 
 
Go to file
Ben Niemann bf1a4e391f Add license and update metadata. 2022-01-02 04:03:52 +01:00
flatpy Add license and update metadata. 2022-01-02 04:03:52 +01:00
.gitignore Initial commit as a separate repo. 2022-01-02 03:51:16 +01:00
LICENSE.txt Add license and update metadata. 2022-01-02 04:03:52 +01:00
README.md Initial commit as a separate repo. 2022-01-02 03:51:16 +01:00
install_flatc Initial commit as a separate repo. 2022-01-02 03:51:16 +01:00
setup.py Add license and update metadata. 2022-01-02 04:03:52 +01:00

README.md

An alternative Python code generator for flatbuffers.

  • A more pythonic API.
  • Type annotations.

Note:

  • This is still incomplete, it supports the features, which I happen to use, but probably misses some other stuff.
  • It requires a not-yet released version of flatc, so you have to build and install it from git.