# types-libtorrent
Type stubs for [python-libtorrent](https://pypi.org/project/python-libtorrent/) 2.0.11
This package provides type stubs for the python-libtorrent library, enabling static type checking and improved IDE support when working with libtorrent in Python.
## Installation
```bash
pip install types-libtorrent
```
## Usage
After installation, type checkers like mypy, PyCharm, or VS Code will automatically use these stubs when working with the `libtorrent` module.
```python
import libtorrent as lt
# Now with full type support
session = lt.session()
```
## Compatibility
This stub package is compatible with:
- python-libtorrent 2.0.11.*
- Python 3.8+
## Version Scheme
The version number follows the pattern: `{libtorrent_version}.{stub_date}`
- `2.0.11` - Compatible with libtorrent 2.0.11.*
- `20250815` - Stubs created/updated on August 15, 2025
## License
MIT License
Raw data
{
"_id": null,
"home_page": null,
"name": "types-libtorrent",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "typing, stubs, libtorrent, bittorrent",
"author": null,
"author_email": "David White <david@runonflux.io>",
"download_url": "https://files.pythonhosted.org/packages/08/87/a1020bbfced81cd9a57e899700e4e8a0de7999ff1bb7f9d75965ef04a18d/types_libtorrent-2.0.11.20250816.tar.gz",
"platform": null,
"description": "# types-libtorrent\n\nType stubs for [python-libtorrent](https://pypi.org/project/python-libtorrent/) 2.0.11\n\nThis package provides type stubs for the python-libtorrent library, enabling static type checking and improved IDE support when working with libtorrent in Python.\n\n## Installation\n\n```bash\npip install types-libtorrent\n```\n\n## Usage\n\nAfter installation, type checkers like mypy, PyCharm, or VS Code will automatically use these stubs when working with the `libtorrent` module.\n\n```python\nimport libtorrent as lt\n\n# Now with full type support\nsession = lt.session()\n```\n\n## Compatibility\n\nThis stub package is compatible with:\n- python-libtorrent 2.0.11.*\n- Python 3.8+\n\n## Version Scheme\n\nThe version number follows the pattern: `{libtorrent_version}.{stub_date}`\n- `2.0.11` - Compatible with libtorrent 2.0.11.*\n- `20250815` - Stubs created/updated on August 15, 2025\n\n## License\n\nMIT License\n",
"bugtrack_url": null,
"license": null,
"summary": "Type stubs for python-libtorrent",
"version": "2.0.11.20250816",
"project_urls": {
"Homepage": "https://github.com/python/typeshed",
"Repository": "https://github.com/python/typeshed"
},
"split_keywords": [
"typing",
" stubs",
" libtorrent",
" bittorrent"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "47bac1ee35cc23e3df6e095c8b65b8e183a1f88ecf77074bc96cbf74116b8e23",
"md5": "d2de1df33cf92d58538517483e451c42",
"sha256": "25d27a5b63fc357a2e4f90ccf9f4a3c9f2963656231ffec65e4b84a7c7018077"
},
"downloads": -1,
"filename": "types_libtorrent-2.0.11.20250816-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d2de1df33cf92d58538517483e451c42",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 16338,
"upload_time": "2025-08-15T20:50:42",
"upload_time_iso_8601": "2025-08-15T20:50:42.839049Z",
"url": "https://files.pythonhosted.org/packages/47/ba/c1ee35cc23e3df6e095c8b65b8e183a1f88ecf77074bc96cbf74116b8e23/types_libtorrent-2.0.11.20250816-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0887a1020bbfced81cd9a57e899700e4e8a0de7999ff1bb7f9d75965ef04a18d",
"md5": "c56ca744ab22b934981c330c546b7c0c",
"sha256": "482e4f6073e54aafc0d0d623db95406e151da0124fd8dab7578eaf0ae564a5a0"
},
"downloads": -1,
"filename": "types_libtorrent-2.0.11.20250816.tar.gz",
"has_sig": false,
"md5_digest": "c56ca744ab22b934981c330c546b7c0c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 16877,
"upload_time": "2025-08-15T20:50:44",
"upload_time_iso_8601": "2025-08-15T20:50:44.118437Z",
"url": "https://files.pythonhosted.org/packages/08/87/a1020bbfced81cd9a57e899700e4e8a0de7999ff1bb7f9d75965ef04a18d/types_libtorrent-2.0.11.20250816.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-15 20:50:44",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "python",
"github_project": "typeshed",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "types-libtorrent"
}