Collection of useful things to build Dofus Retro bot/emulator.
Written in Python3. Require Python >= 3.11.
add dofutils in your project by using uv add dofutils.
clone the repos using git clone then
use mise install && mise run install to install the dev dependencies.
use uv run task test to launch all tests.
use uv run task lint to format the project.
use uv run task check to type check the project.
use uv run task clean to clean import and var.
Vincent Quatrevieux : the author of the original lib
ArakneUtils : the original code
Dysta (me)