An open API service indexing awesome lists of open source software.

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.

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)