Metadata-Version: 2.1
Name: torrent-worker-coordinator
Version: 1.0.14
Summary: Coordinates Torrents
Home-page: https://github.com/zackees/torrent-worker-coordinator
Maintainer: Zachary Vorhies
License: BSD 3-Clause License
Keywords: Zach Vorhies
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi
Requires-Dist: uvicorn[standard]
Requires-Dist: python-multipart
Requires-Dist: multipart
Requires-Dist: pathvalidate
Requires-Dist: concurrent-log-handler
Requires-Dist: file_read_backwards
Requires-Dist: colorama
Requires-Dist: sqlalchemy
Requires-Dist: httpx
Requires-Dist: torrent-worker>=1.0.1

# torrent-worker-coordinator

Coordinating server for the torrent-worker.

This will download a git repo of torrents and create a coordinating server
that a pool of workers can use to

  * Swarm download torrents
  * Upload their results back to an S3 bucket


#### Platform tests


[![MacOS_Tests](https://github.com/zackees/template-fastapi-project/actions/workflows/test_macos.yml/badge.svg)](https://github.com/zackees/template-fastapi-project/actions/workflows/test_macos.yml)
[![Ubuntu_Tests](https://github.com/zackees/template-fastapi-project/actions/workflows/test_ubuntu.yml/badge.svg)](https://github.com/zackees/template-fastapi-project/actions/workflows/test_ubuntu.yml)
[![Win_Tests](https://github.com/zackees/template-fastapi-project/actions/workflows/test_win.yml/badge.svg)](https://github.com/zackees/template-fastapi-project/actions/workflows/test_win.yml)

#### Lint

[![Lint](https://github.com/zackees/template-fastapi-project/actions/workflows/lint.yml/badge.svg)](https://github.com/zackees/template-fastapi-project/actions/workflows/lint.yml)

