Metadata-Version: 2.4
Name: wavelink-reborn
Version: 4.0.0
Summary: Maintained fork of Wavelink with for discord.py.
Author: PythonistaGuild, EvieePy, Oxmainak
Project-URL: Homepage, https://github.com/Oxmainak/Wavelink-reborn
Project-URL: Repository, https://github.com/Oxmainak/Wavelink-reborn
Project-URL: Issues, https://github.com/Oxmainak/Wavelink-reborn/issues
Keywords: discord,discord-bot,discord.py,lavalink,music,wavelink
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp<4,>=3.7.4
Requires-Dist: discord.py>=2.0.1
Requires-Dist: yarl>=1.9.2
Requires-Dist: async_timeout
Requires-Dist: typing_extensions
Dynamic: license-file

# Wavelink-reborn

Maintained fork of the original Wavelink library with continued development
and support for Lavalink v4.

Original project: https://github.com/PythonistaGuild/Wavelink

This fork aims to keep the library working with modern Lavalink servers and
discord.py versions while preserving the original API.


<div align="center">

![Logo](https://raw.githubusercontent.com/PythonistaGuild/Wavelink/master/logo.png)

![Python Version](https://img.shields.io/pypi/pyversions/wavelink-reborn)
[![PyPI Version](https://img.shields.io/pypi/v/wavelink-reborn)](https://pypi.org/project/wavelink-reborn/)
[![License](https://img.shields.io/github/license/Oxmainak/Wavelink-reborn)](LICENSE)
[![Lavalink Version](https://img.shields.io/badge/Lavalink-v4.0%2B-orange)](https://lavalink.dev)

</div>


Wavelink-reborn is a robust and powerful Lavalink wrapper for
[discord.py](https://github.com/Rapptz/discord.py).

The library provides a fully asynchronous API designed to be intuitive,
powerful, and easy to integrate into Discord bots.


## Features

- Fully asynchronous design
- Lavalink **v4+ support**
- discord.py **v2.x support**
- Advanced AutoPlay and track recommendation system
- Object-oriented design with stateful objects
- Fully typed with **Pyright strict typing**
- Native Lavalink plugin support (LavaSrc, SponsorBlock)


## Installation

**Requires Python 3.10+**

```bash
pip install wavelink-reborn
