Contents

flatbuffers 24.3.25

0

The FlatBuffers serialization format for Python

The FlatBuffers serialization format for Python

Stars: 21970, Watchers: 21970, Forks: 3152, Open Issues: 152

The google/flatbuffers repo was created 9 years ago and the last code push was 18 minutes ago.
The project is extremely popular with a mindblowing 21970 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
No  flatbuffers  pypi packages just yet.

Errors

A list of common flatbuffers errors.

Code Examples

Here are some flatbuffers code examples and snippets.

GitHub Issues

The flatbuffers package has 152 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

See more issues on GitHub

Related Packages & Articles

jsonpickle 3.0.3

Python library for serializing any arbitrary object graph into JSON

pillow 10.3.0

Pillow is a Python package that extends the image processing capabilities of your Python interpreter. It provides a comprehensive suite of tools for dealing with images, similar to those found in image processing software like Photoshop. The library supports a wide range of file formats and offers an efficient internal representation for images. It's an essential tool for developers working on projects involving image manipulation, such as graphics and multimedia software, image processing, and computer vision applications.