https://github.com/sachaa-thanasius/wavelink-stubs
Type stubs for wavelink 2.
https://github.com/sachaa-thanasius/wavelink-stubs
python python-3 type-stubs wavelink
Last synced: about 1 month ago
JSON representation
Type stubs for wavelink 2.
- Host: GitHub
- URL: https://github.com/sachaa-thanasius/wavelink-stubs
- Owner: Sachaa-Thanasius
- License: mit
- Created: 2023-11-05T02:36:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-05T18:03:33.000Z (about 2 months ago)
- Last Synced: 2025-05-05T19:25:16.967Z (about 2 months ago)
- Topics: python, python-3, type-stubs, wavelink
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wavelink-stubs
[](https://pypi.python.org/pypi/wavelink-stubs)
[](https://opensource.org/licenses/MIT)
[](https://github.com/microsoft/pyright/)
[](https://github.com/astral-sh/ruff)
[](https://github.com/ambv/black)This package contains type stubs to provide more precise static types and type inference for [wavelink 2](https://github.com/PythonistaGuild/Wavelink). wavelink 3 doesn't need these stubs since it is fully type-annotated.
## Installation
```shell
pip install wavelink-stubs
```## Version number scheme
The major and minor version of `wavelink-stubs` will roughly match the major and minor version numbers of the `wavelink` release the stubs represent.## Acknowledgements
Thank you to:
- Maintainers of `wavelink` for the wonderful library.
- Bryan Forbes for providing a great reference with his [`asyncpg-stubs`](https://github.com/bryanforbes/asyncpg-stubs) library.