Async Python library for qBittorrent Web API. Leverages asyncio for non-blocking interactions. Current version 1.1.0; released Jan 2025. Active development with monthly releases.
pip install aioqbtNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: connect, authenticate, list torrents.
Change 'from aioqbt import Client' to 'from aioqbt.client import Client'.
Replace 'await cli.app.version()' with 'await cli.app.webapi_version()'.
Always call 'await cli.auth.login(username, password)' inside the 'async with Client(url)' block.
No dependency data recorded yet.