Metadata-Version: 2.4
Name: luduvo
Version: 1.1.0
Summary: Python wrapper for Luduvo API
Author-email: TheSkout001 <me@theskout001.ru>
Project-URL: Documentation, https://starrydevelopment.github.io/luduvo.py/
Project-URL: Source, https://github.com/StarryDevelopment/luduvo.py
Project-URL: Issues, https://github.com/StarryDevelopment/luduvo.py/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx>=0.24
Requires-Dist: pyjwt>=2.12.1
Dynamic: license-file

<img src="https://raw.githubusercontent.com/StarryDevelopment/luduvo.py/refs/heads/master/gh-assets/wordmark.svg" alt="luduvo" height=128/>

[Documentation](https://starrydevelopment.github.io/luduvo.py) • [Discord Support Server](https://discord.com/invite/8jsEtksQvD)

> **Disclaimer**  
> This wrapper is community-maintained and is not officially affiliated with Luduvo or its developers.  
> It is an independent project created by members of the community to simplify interaction with the Luduvo API.

## Overview
A modern, asynchronous Python wrapper for the Luduvo API.

## Features
- **Asynchronous**: Works well with asynchronous frameworks like [FastAPI](https://fastapi.tiangolo.com/) and 
[discord.py](https://github.com/Rapptz/discord.py).  
- **Clean Architecture**: Object-oriented structure that maps API resources to intuitive Python classes.
- **Flexible**: Suitable for small scripts, bots, and large-scale backend services.
- **Lightweight**: Minimal overhead and dependencies.

## Installation
To Install the latest stable version run the following command:
```bash
python3 -m pip install luduvo
```

Or to install the latest **unstable** version of luduvo, install [git-scm](https://git-scm.com/downloads) and run the following:

```bash
python3 -m pip install git+https://github.com/StarryDevelopment/luduvo.py.git
```
> [!WARNING]
> Do not install the unstable version in production environments, as it is untested and may contain breaking changes or bugs.
