Metadata-Version: 2.1
Name: dora-ros2-bridge
Version: 0.1.0
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM


## Building

To build the Python module for development:

````bash
python3 -m venv .env
source .env/bin/activate
pip install maturin
maturin develop
````

