Skip to content

Sacul0457/sonolink

 
 

Repository files navigation

SonoLink

A high-performance Lavalink v4 wrapper for Python, inspired by WaveLink.

Documentation · Discord Server

PyPI Python Lavalink License Discord


Features

Documentation

The full documentation is available at https://sonolink.readthedocs.io/en/latest. It includes guides on getting started, Lavalink setup and moving from other libraries, as well as a comprehensive API reference.

Examples may be found in the examples directory.

Installation

Note

A virtual environment is recommended, especially on Linux where the system Python may restrict package installations.

Requirements:

Install

Stable (recommended):

pip install -U sonolink # basic
pip install -U "sonolink[speed]" # optional speed improvements

Development (latest from GitHub):

pip install -U "sonolink @ git+https://github.com/sonolink/sonolink" # basic
pip install -U "sonolink[speed] @ git+https://github.com/sonolink/sonolink" # optional speed improvements

Tip

On Linux/macOS use python3 -m pip, on Windows use py -3 -m pip if pip isn't on your PATH.


© 2026 SonoLink Development Team

About

A high-performance Lavalink v4 wrapper for Python, inspired by WaveLink.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%