|
||
---|---|---|
flatpy | ||
.gitignore | ||
LICENSE.txt | ||
README.md | ||
install_flatc | ||
setup.py |
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.