
flatbuffers 25.12.19
0
The FlatBuffers serialization format for Python
Contents
The FlatBuffers serialization format for Python
Stars: 25553, Watchers: 25553, Forks: 3497, Open Issues: 143The google/flatbuffers repo was created 11 years ago and the last code push was 23 hours ago.
The project is extremely popular with a mindblowing 25553 github stars!
How to Install flatbuffers
You can install flatbuffers using pip
pip install flatbuffers
or add it to a project with poetry
poetry add flatbuffers
Package Details
- Author
- Derek Bailey
- License
- Apache 2.0
- Homepage
- https://google.github.io/flatbuffers/
- PyPi:
- https://pypi.org/project/flatbuffers/
- Documentation:
- https://google.github.io/flatbuffers/
- GitHub Repo:
- https://github.com/google/flatbuffers
Classifiers
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common flatbuffers errors.
Code Examples
Here are some flatbuffers code examples and snippets.
GitHub Issues
The flatbuffers package has 143 open issues on GitHub
- [Java] Improve java API
- Bump lodash from 4.17.21 to 4.17.23 in /tests/ts/bazel_repository_test_dir in the npm_and_yarn group across 1 directory
- Support for preallocated internal buffers
- fix for https://github.com/google/flatbuffers/issues/8759
- build: Upgrade rules_swift to 3.1.2 and grpc to 1.76.0
- Fix typo in comment in idl.h
- v25.12.19 is not available on NPM, NuGet, or Maven
- fix: add reflections to pip package
- rust: fix OOB write in generated table scalar setters
- [Python] Fix invalid generated code for packing structs with array of struct fields
- NULL pointer dereference in GenerateBinary
- Bazel compatiblity level 3 needed to use with Bazel 9
- Remove empty 'required' section from schema.md
- How to typedef a table
pythonfix


