Reference
Asynchronous high-level communication with BitTorrent clients
- aiobtclientapi.client_names()[source]
Return sequence of valid client names
The name of a client is specified by the name attribute of the
APIBasesubclass.
- aiobtclientapi.api_class(name)[source]
Get
APIBasesubclass from client name- Parameters:
name –
nameof the client to instantiate- Raises:
ValueError – if name is not a known client name
- aiobtclientapi.api(name, **kwargs)[source]
Instantiate
APIBasesubclass- Parameters:
name –
nameof the client to instantiatekwargs – Arguments for the
APIBasesubclass
- Raises:
ValueError – if name is not a known client name
Clients |
|
API Response |
|
Utilities |
|
Exceptions |