.aiderignore
.dockerignore
.gitignore
.pylintrc
Dockerfile
LICENSE
MANIFEST.in
README.md
activate
activate.sh
clean
dev
entry_point.sh
install
install.py
install.sh
install_dev.sh
lint
prod
pyproject.toml
requirements.txt
run
run_client.py
test
tox.ini
upload_package.sh
.github/workflows/lint.yml
.github/workflows/test_macos.yml
.github/workflows/test_ubuntu.yml
.github/workflows/test_win.yml
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
src/torrent_worker/__init__.py
src/torrent_worker/cli.py
src/torrent_worker/client.py
src/torrent_worker/config.py
src/torrent_worker/docker_compose_template.py
src/torrent_worker/github_downloader.py
src/torrent_worker/paths.py
src/torrent_worker/qbittorrent_conf.py
src/torrent_worker.egg-info/PKG-INFO
src/torrent_worker.egg-info/SOURCES.txt
src/torrent_worker.egg-info/dependency_links.txt
src/torrent_worker.egg-info/entry_points.txt
src/torrent_worker.egg-info/requires.txt
src/torrent_worker.egg-info/top_level.txt
tests/test_cli.py
tests/test_cli_flow.py
tests/test_docker_compose_template.py
tests/test_path.py