Metadata-Version: 2.3
Name: foxglove-schemas-protobuf
Version: 0.4.0
Summary: Precompiled protocol buffer schemas for Foxglove
Author: Foxglove
Author-email: Foxglove <support@foxglove.dev>
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Dist: protobuf>=3.20
Requires-Python: >=3.10
Project-URL: repository, https://github.com/foxglove/foxglove-sdk
Project-URL: documentation, https://docs.foxglove.dev/
Description-Content-Type: text/markdown

# Foxglove Schemas (Protobuf)

This package provides [Protobuf](https://developers.google.com/protocol-buffers/) classes for [Foxglove Schemas](https://docs.foxglove.dev/docs/visualization/message-schemas/introduction).

## Installation

Install via [Poetry](https://python-poetry.org/):

```sh
poetry add foxglove-schemas-protobuf
```

Or install via [uv](https://docs.astral.sh/uv/):

```sh
uv add foxglove-schemas-protobuf
```

## Usage

Import types from the `foxglove_schemas_protobuf` module as follows:

```py
from foxglove_schemas_protobuf.CompressedImage_pb2 import CompressedImage
```

## Stay in touch

Join our [Discord](https://foxglove.dev/chat) to ask questions, share feedback, and stay up to date on what our team is working on.
