An alternative Python code generator for flatbuffers.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Ben Niemann bf1a4e391f
Add license and update metadata.
1 year ago
flatpy Add license and update metadata. 1 year ago
.gitignore Initial commit as a separate repo. 1 year ago
LICENSE.txt Add license and update metadata. 1 year ago
README.md Initial commit as a separate repo. 1 year ago
install_flatc Initial commit as a separate repo. 1 year ago
setup.py Add license and update metadata. 1 year ago

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.