Metadata-Version: 2.4
Name: pytorrent-client
Version: 0.0.0
Summary: A Python BitTorrent protocol library
Author-email: MCFenda <mcfenda@outlook.com>
License: MIT
Project-URL: Homepage, https://github.com/MCFenda/PyBT
Project-URL: Repository, https://github.com/MCFenda/PyBT
Project-URL: Issues, https://github.com/MCFenda/PyBT/issues
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
Classifier: Topic :: Communications :: File Sharing
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: bencode2
Requires-Dist: requests
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"

A Python BitTorrent protocol library
