Metadata-Version: 2.1
Name: peppers-spot-messaging
Version: 2024.9.11.2044
Description-Content-Type: text/markdown
Requires-Dist: protobuf
Requires-Dist: grpcio

# Peppers Spot Messaging

This package contains the compiled protobuf messages for Peppers Spot.

## Installation

You can install this package using pip:

```
pip install peppers-spot-messaging
```

## Usage

Import the generated protobuf classes in your Python code:

```python
from peppers_spot_messaging import your_proto_module
```

Replace `your_proto_module` with the actual module name generated from your .proto files.

## License

This project is licensed under the MIT License.

