Install
Installation is as simple as:
pip install rigatoni
Rigatoni has a few dependencies:
websockets
: Websocket connections in Python.cbor2
: Concise Binary Object Representation for messages.pydantic
: Data validation and coercion for parsing messages.
If you've got Python 3.9+ and pip
installed, you're good to go.
Optional dependencies
Pydantic has the following optional dependencies:
To install optional dependencies along with Rigatoni:
pip install rigatoni[geometry]
Note
For stability, Rigatoni's core dependencies are pinned to specific versions. While these are up to date as of August 2023, you may want to update them to the latest versions. To do so, simply update the package yourself.