Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

freyacoded/relink-archive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

267 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReLink

ReLink is a high-performance Lavalink v4 wrapper for Python, inspired by WaveLink.

Documentation · Discord · Migration from WaveLink

PyPI Python License Lavalink Discord


Features

  • Full Lavalink v4+ REST API support
  • Built on msgspec for rapid serialization and strict type validation
  • Optional curl_cffi for faster networking
  • Drop-in familiarity for Wavelink users — migration guide included
  • Actively maintained, unlike the library you're probably migrating from
  • Async-first and Pyright strict-compliant
  • Built-in support for discord.py, pycord, and disnake

Installation

Note

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

Requirements:

To install the stable version from PyPI:

# Linux/macOS
python3 -m pip install -U rewavelink

# Windows
py -3 -m pip install -U rewavelink

To install with optional speed improvements:

# Linux/macOS
python3 -m pip install -U "rewavelink[speed]"

# Windows
py -3 -m pip install -U "rewavelink[speed]"

© 2026 ReLink Development Team

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%