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