# 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 [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_schemas_protobuf` module as follows: ```py from foxglove_schemas_protobuf.CompressedImage_pb2 import CompressedImage ``` ## Stay in touch Join our [Slack channel](https://foxglove.dev/slack) to ask questions, share feedback, and stay up to date on what our team is working on.