flatbuffers 24.3.25
0
The FlatBuffers serialization format for Python
Contents
The FlatBuffers serialization format for Python
Stars: 23061, Watchers: 23061, Forks: 3223, Open Issues: 160The google/flatbuffers
repo was created 10 years ago and the last code push was 2 days ago.
The project is extremely popular with a mindblowing 23061 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 160 open issues on GitHub
- ts: Throw error on attempts to encode undefined or null
- Request: native F# support
- Add reflection support for python
- [Python] FR: Add reflection support for python
- Implement Serialize on generated rust types
- Object API packs arrays of structs in reverse order [TS, master]
- Obtaining the schema's field count
- comile issues flatbuffers/stl_emulation.h:293:58: error: lambda-expression in template-argument typename std::conditional<std::is_convertible<U ()[], E ()[]>::value
- JS flexbuffers using "as number" as a dynamic cast from BigInt?
- Rust verifier checks field alignment where C++ verifier does not
- fix go_test implement error
- Rust:
get
of a vector reads out of bounds in--release
- Multiple services from different namespaces get generated into the same namespace
- Rust: Segfault because of self-referential structs
- [WIP] Adding support for swift wasm