Metadata-Version: 2.1
Name: aiobtclientapi
Version: 1.0.1
Summary: Asynchronous high-level communication with BitTorrent clients
Home-page: https://codeberg.org/plotski/aiobtclientapi
Author: plotski
Author-email: plotski@example.org
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE

``aiobtclientapi`` is an asynchronous API for communicating with BitTorrent
clients. It is a high-level wrapper around `aiobtclientrpc`_.

.. _aiobtclientrpc: https://codeberg.org/plotski/aiobtclientrpc

All client-specific details are abstracted away as much as possible, but the
individual quirks of each client can still be accessed if necessary.

| Documentation: https://aiobtclientapi.readthedocs.io/
| Repository: https://codeberg.org/plotski/aiobtclientapi
| Package: https://pypi.org/project/aiobtclientapi/

License
-------

`GPLv3+ <https://www.gnu.org/licenses/gpl-3.0.en.html>`_
