Metadata-Version: 2.1
Name: foxglove-schemas-protobuf
Version: 0.0.2
Summary: Protobuf classes for Foxglove Schemas
Home-page: https://github.com/foxglove/schemas
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Foxglove Schemas (Protobuf)

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

## Installation

Install via [Pipenv](https://pipenv.pypa.io/en/latest/) by adding `foxglove-schemas-protobuf` to your `Pipfile` or via the command line:

```bash
pipenv install foxglove-schemas-protobuf
```

## Usage

Import types from the `foxglove` module as follows:

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

## Stay in touch

Join our [Slack channel](https://foxglove.dev/join-slack) to ask questions, share feedback, and stay up to date on what our team is working on.
