Metadata-Version: 2.4
Name: rewavelink
Version: 0.0.0
Summary: A maintained fork of WaveLink, a robust and powerful, fully asynchronous Lavalink wrapper built for discord.py in Python.
Author: vmphase, Soheab, DA-344 (aka Developer Anonymous)
Author-email: "PythonistaGuild, EvieePy" <evieepy@gmail.com>
Maintainer: vmphase, DA-344 (aka Developer Anonymous), Soheab
License-Expression: MIT
Project-URL: Repository, https://github.com/rewavelink/relink.git
Keywords: lavalink,wavelink,discord.py,discord
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: AsyncIO
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: discord.py<3,>=2.6
Requires-Dist: aiohttp<4,>=3.11.0
Requires-Dist: msgspec<1,>=0.20.0
Requires-Dist: typing_extensions>=4.0.0
Provides-Extra: speed
Requires-Dist: curl-cffi<1,>=0.14.0; extra == "speed"
Requires-Dist: orjson<4,>=3.11.7; extra == "speed"
Provides-Extra: docs
Requires-Dist: sphinx>=9.0.0; extra == "docs"
Requires-Dist: furo; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: sphinx-autobuild>=2024.10.3; extra == "docs"
Dynamic: license-file

<div align="center">

![Logo](docs/_static/banner.png)

![Python Version](https://img.shields.io/badge/python-3.12%20|%203.13%20|%203.14+%20-blue)
[![Github License](https://img.shields.io/github/license/rewavelink/relink)](LICENSE)
[![Lavalink Version](https://img.shields.io/badge/Lavalink-v4.0%2B-blue?color=%23FB7713)](https://lavalink.dev)
![Lavalink Plugins](https://img.shields.io/badge/Lavalink_Plugins-Native_Support-blue?color=%2373D673)


</div>


**ReLink** is the best Lavalink wrapper for [discord.py](https://github.com/Rapptz/discord.py) (originally designed as a maintained fork of [WaveLink](https://github.com/PythonistaGuild/Wavelink)).


### Features

- Lavalink v4+ supported with REST API.
- High performance networking (with optional curl_cffi).
- Low memory footprint and efficient resource usage.
- Native compatibility with discord.py v2+.
- Type-annotated & compliant with **Pyright strict typing**.
- Async-first architecture designed for scalability.

### Installation
```
Soon...
```

### Getting started
```
Soon...
```


### Lavalink
```
Soon...
```
