/wavelink-stubs

Type stubs for wavelink 2.

Primary LanguagePythonMIT LicenseMIT

wavelink-stubs

PyPI supported Python versions License: MIT Checked with pyright Ruff Code style: black

This package contains type stubs to provide more precise static types and type inference for wavelink 2. wavelink 3 doesn't need these stubs since it is fully type-annotated.

Installation

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 library.