foxglove-schemas-protobuf
Precompiled protocol buffer schemas for Foxglove
What it is and what it does
This package bundles precompiled Protobuf message definitions for Foxglove Schemas, a visualization framework. Instead of compiling .proto files yourself, you import ready-to-use Python classes that represent Foxglove message types—such as CompressedImage—and use them to serialize and deserialize data compatible with Foxglove's visualization tools.
The package depends only on protobuf, the standard Python Protobuf library. It's designed for developers building applications that need to communicate with Foxglove visualization systems or produce data in Foxglove-compatible formats. The precompiled approach eliminates the need to manage .proto files or run code generation steps in your own build pipeline.
Use it for:
- Serialize sensor data (images, point clouds, transforms) for visualization in Foxglove Studio
- Build data pipelines that output Foxglove-compatible message types for real-time monitoring
- Integrate robotics or autonomous systems telemetry with Foxglove visualization infrastructure
- Create Python applications that consume or produce Foxglove Schema messages without managing protobuf compilation
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides precompiled Protobuf message classes for Foxglove Schemas, enabling serialization and deserialization of Foxglove visualization message types in Python applications.
Yes, if you are building applications that integrate with Foxglove visualization or need to produce Foxglove-compatible messages. Low friction, actively maintained, permissive license, and no known vulnerabilities. Install only if you actually need Foxglove Schema support; it is a narrow-purpose library.
Install
foxglove-schemas-protobuf on PyPI
pip
pip install foxglove-schemas-protobufuv
uv add foxglove-schemas-protobufpoetry
poetry add foxglove-schemas-protobufInstalling foxglove-schemas-protobuf
Before you install
Low install friction with a single runtime dependency on protobuf. Actively maintained with a recent release 16 days ago and ongoing repository activity.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects.
Quickstart
pip install foxglove-schemas-protobuf
from foxglove_schemas_protobuf.CompressedImage_pb2 import CompressedImage
image = CompressedImage()
Requires Python 3.10 or later
Verify before relying
- Whether the package covers all Foxglove Schema message types or a subset
- Performance characteristics when serializing/deserializing large message volumes
- Backward compatibility guarantees across version updates
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — protobuf |
| Maintenance | actively maintained — 16 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 304,537/month — #7,803 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: foxglove_schemas_protobuf-0.4.0-py3-none-any.whl
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
foxglove-sdkIntegrates Python applications with the…
permissive · top 15,000 on PyPI
gtfs-realtime-bindingsProvides pre-generated Python classes for…
permissive · top 15,000 on PyPI
proto-plusProto Plus wraps protocol buffers to provide…
permissive · top 1,000 on PyPI
protobuf3-to-dictConverts protocol buffer messages to Python…
permissive · top 5,000 on PyPI
protoc-wheel-0Provides pre-built wheels of the Google…
permissive · top 15,000 on PyPI
pure-protobufEncodes and decodes Protocol Buffer messages…
permissive · top 15,000 on PyPI
substrait-protobufProvides Python protobuf bindings for the…
permissive · top 15,000 on PyPI
aliyun-log-fastpbSerializes Aliyun Log data structures to…
permissive · top 15,000 on PyPI
dbt-protosProvides Python Protocol Buffer bindings for…
permissive · top 1,000 on PyPI
sentry-protosProvides protocol buffer and gRPC schema…
unclear · top 15,000 on PyPI