Contents

flatbuffers 25.12.19

0

The FlatBuffers serialization format for Python

The FlatBuffers serialization format for Python

Stars: 25553, Watchers: 25553, Forks: 3497, Open Issues: 143

The 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
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 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

See more issues on GitHub

Related Packages & Articles

pillow 12.1.1

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.