https://github.com/stabldev/libtorrent-stubs
Type stubs for libtorrent, compatible with Python 3.13 and newer.
https://github.com/stabldev/libtorrent-stubs
Last synced: 8 months ago
JSON representation
Type stubs for libtorrent, compatible with Python 3.13 and newer.
- Host: GitHub
- URL: https://github.com/stabldev/libtorrent-stubs
- Owner: stabldev
- License: mit
- Created: 2025-07-23T03:57:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-23T05:58:16.000Z (11 months ago)
- Last Synced: 2025-07-23T06:10:15.860Z (11 months ago)
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libtorrent-stubs
Type stubs for the [`libtorrent`](https://github.com/arvidn/libtorrent) Python bindings.
Provides static type information for better IDE support and type checking (e.g., with `pyright` or `mypy`).
## Installation
```bash
pip install libtorrent-stubs
```
## Requirements
- Python 3.9+
- `libtorrent` (>= 2.0.11)