LICENSE
README.md
pyproject.toml
src/helm/__init__.py
src/helm/cli.py
src/helm/core/__init__.py
src/helm/core/config_manager.py
src/helm/core/config_wizard.py
src/helm/core/indexer_manager.py
src/helm/core/init_env.py
src/helm/core/lite_downloader.py
src/helm/core/lite_fetcher.py
src/helm/core/lite_plugin_loader.py
src/helm/core/logger.py
src/helm/core/oneshot.py
src/helm/core/qbittorrent_client.py
src/helm/core/rss_fetcher.py
src/helm/core/secret_manager.py
src/helm/core/torrent_filter.py
src/helm/plugins/__init__.py
src/helm/plugins/bitsearch.py
src/helm/plugins/bittorrented.py
src/helm/plugins/eztv.py
src/helm/plugins/helpers.py
src/helm/plugins/limetorrents.py
src/helm/plugins/novaprinter.py
src/helm/plugins/piratebay.py
src/helm/plugins/subsplease.py
src/helm/plugins/torlock.py
src/helm/plugins/torrentproject.py
src/helm/plugins/x1337.py
src/helm/plugins/yts.py
src/helm/ui/__init__.py
src/helm/ui/colors.py
src/helm/ui/tui.py
src/helm_torrent.egg-info/PKG-INFO
src/helm_torrent.egg-info/SOURCES.txt
src/helm_torrent.egg-info/dependency_links.txt
src/helm_torrent.egg-info/entry_points.txt
src/helm_torrent.egg-info/requires.txt
src/helm_torrent.egg-info/top_level.txt
tests/test_bittorrented_plugin.py
tests/test_cli.py
tests/test_config_manager.py
tests/test_eztv_plugin.py
tests/test_lite_fetcher.py
tests/test_lite_plugin_loader.py
tests/test_logger.py
tests/test_qbittorrent_client.py
tests/test_rss_fetcher.py
tests/test_secret_manager.py
tests/test_subsplease_plugin.py
tests/test_torrent_filter.py
tests/test_x1337_plugin.py
tests/test_yts_plugin.py