Development¶
uv is used for development.
First, install uv.
Installing Dependencies¶
Next, install dev dependencies.
Installing Test Dependencies¶
Install dependency group test to run tests.
Installing Documentation Dependencies¶
Install dependency group docs to build documentation.
Installing All Dependencies¶
To install everything, run:
Running Tests¶
To run tests:
Additional Information¶
For more details on using uv, refer to the uv documentation.