Metadata-Version: 2.1
Name: lavaMase
Version: 1.0.0
Summary: A robust and powerful, fully asynchronous Lavalink wrapper built for disnake in Python.
Author-email: "PythonistaGuild, EvieePy, Masezev" <standardbisnes@gmail.com>
Project-URL: Homepage, https://github.com/MaseZev/lavaMase
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
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.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp<4,>=3.7.4
Requires-Dist: disnake>=2.9.1
Requires-Dist: yarl>=1.9.2
Requires-Dist: async_timeout
Requires-Dist: loguru

<div align="center">

[![Github License](https://img.shields.io/github/license/MaseZev/lavaMase)](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>

### For best compatibility, use python version 3.11.X

LavaMase is a robust and powerful Lavalink wrapper for [Disnake](https://github.com/DisnakeDev/disnake)
LavaMase features a fully asynchronous API that's intuitive and easy to use.

### Features

- Full asynchronous design.
- Using python 3.11.X
- Lavalink v4+ Supported with REST API.
- Object orientated design with stateful objects and payloads.
- Fully annotated and complies with Pyright strict typing.

## Lavalink

LavaMase requires **Lavalink v4**.
See: [Lavalink](https://github.com/lavalink-devs/Lavalink/releases)

For another source manager support, simply install and use [LavaSrc](https://github.com/topi314/LavaSrc) with your `lavaMase.Playable`

## Thanks for providing the basic codebase [PythonistaGuild](https://github.com/PythonistaGuild)
## Fork made Masezev
