Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.33 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.33 KB

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.