Installation

Install from PyPI:

pip install aiopnsense

For development, install the project with its dependency groups from the repository root.

python -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
pip install --group dev -e .

To work on the documentation only, install the docs extra instead:

pip install -e .[docs]