Installation
Install the package (or add it to your requirements.txt
file):
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 <https://github.com/totaldebug/pyarr>
Download a copy to your project folders
Import as below
from pyarr import SonarrAPI
from pyarr import RadarrAPI
from pyarr import ReadarrAPI
from pyarr import LidarrAPI