skillfed

flatbuffers

The FlatBuffers serialization format for Python

flatbuffers Permissive license Apache 2.0 Active 26,329 v25.12.19 released

Install

flatbuffers on PyPI

pip

pip install flatbuffers

uv

uv add flatbuffers

poetry

poetry add flatbuffers

Package facts

License Apache 2.0 (permissive)
Python support not specified
Install friction low — pure-Python wheel
Runtime dependencies none
Maintenance actively maintained — 237 days since the last release
Last repo commit
First released
Popularity one of the top 1,000 most-downloaded packages on PyPI (30-day window, as of 2026-08-13)
Known vulnerabilities none known (OSV.dev, checked 2026-08-13)

Evidence: flatbuffers-25.12.19-py2.py3-none-any.whl

Intended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 2Programming Language :: Python :: 3Topic :: Software Development :: Libraries :: Python Modules

About flatbuffers

from the package's own PyPI description — quoted content, verbatim

logo (image) FlatBuffers

Build status (image) BuildKite status (image) Fuzzing Status (image) Discord Chat (image) Twitter Follow (image) Twitter Follow (image)

FlatBuffers is a cross platform serialization library architected for maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.

Quick Start

  1. Build the compiler for flatbuffers (flatc)

    Use cmake to create the...

Read as markdown · JSON record · Source repository · Homepage · Docs

Similar packages