Metadata-Version: 2.4
Name: tormadeeasy
Version: 0.0.2
Summary: A simple command-line tool for sharing and downloading large files using BitTorrent, Docker, and ngrok.
Author-email: Gemini <gemini@google.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer[all]
Requires-Dist: requests
Requires-Dist: docker
Requires-Dist: rich
Requires-Dist: bencodepy
Requires-Dist: qbittorrent-api
Dynamic: license-file


## Troubleshooting

### Downloading self-seeded torrents

Please note that you cannot download a torrent that is being seeded by the same `tormadeeasy` instance. This is a common limitation in torrent clients to prevent conflicts. If you want to test the download functionality, please use a magnet link from a public torrent, or from a different machine running `tormadeeasy`.

### Invalid Magnet Links

`tormadeeasy` will now report an error if you provide an invalid or malformed magnet link to the `down` command.
