skillfed

foxglove-schemas-protobuf

Precompiled protocol buffer schemas for Foxglove

foxglove-schemas-protobuf v0.4.0 304.5K downloads/30d#7,803 on PyPI296
Permissive license MIT Active released

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

uv

uv add foxglove-schemas-protobuf

poetry

poetry add foxglove-schemas-protobuf

Installing 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

License :: OSI Approved :: MIT LicenseProgramming Language :: Python :: 3

Tags

protobuf message schemasfoxglove visualization typesserialization message definitionsprotocol buffer classesfoxglove data structuresmessage schema definitionsprotobuf serialization
protobufvisualizationrobotics

More Software Development packages