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