Metadata-Version: 2.1
Name: mcap-protobuf-support
Version: 0.0.8
Summary: Protobuf support for the Python MCAP library
Home-page: https://github.com/foxglove/mcap
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Python MCAP protobuf support

This package provides protobuf support for the Python MCAP file format reader.

## Installation

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

```bash
pipenv install mcap-protobuf-support
```

## Examples

Examples of use of this package can be found in the `/examples` directory. To run the examples first run
pipenv to install dependencies:

```bash
pip install pipenv
pipenv install
```

Then switch to the examples directory and run the setup script there:

```bash
cd examples
./setup.sh
```

You should now be able to run the examples:

```bash
pipenv run python point_cloud_example.py
```

## 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.
