Automatic Video Library Manager for TV Shows. Version 10.0.71, released as a beta/stable with an irregular cadence.
pip install sickrageNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic import and start of SickRage. Note: this assumes the library is installed and configured via environment variables (e.g., SICKRAGE_HOST).
Change imports to: `import sickrage` then access as `sickrage.SickRage`.
Import directly from the top-level module: `import sickrage` then use `sickrage.MediaClass`.
Call `config.start()` after creating a SickRage instance to start the server.
No dependency data recorded yet.