Installation
Install the package (or add it to your pyproject.toml or requirements.txt file):
uv add pyarr
poetry add pyarr
pip install pyarr
from source:
pip install -e https://github.com/totaldebug/pyarr.git#egg=pyarr
add this to requirements.txt:
-e git+https://github.com/totaldebug/pyarr.git#egg=pyarr
Via Git or Download
Go to Pyarr Repo
Download a copy to your project folders
Import as below
from pyarr import (
Sonarr, Radarr, Readarr, Lidarr, Prowlarr, Bazarr, Whisparr, Dispatcharr,
AsyncSonarr, AsyncRadarr, AsyncReadarr, AsyncLidarr, AsyncProwlarr, AsyncBazarr, AsyncWhisparr, AsyncDispatcharr
)