Documentation • Discord Support Server
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.
A modern, asynchronous Python wrapper for the Luduvo API.
- Asynchronous: Works well with asynchronous frameworks like FastAPI and 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.
To Install the latest stable version run the following command:
python3 -m pip install luduvoOr to install the latest unstable version of luduvo, install git-scm and run the following:
python3 -m pip install git+https://github.com/StarryDevelopment/luduvo.py.gitWarning
Do not install the unstable version in production environments, as it is untested and may contain breaking changes or bugs.