Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 766 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 766 Bytes

Dofutils

Collection of useful things to build Dofus Retro bot/emulator.
Written in Python3. Require Python >= 3.8. and Poetry.

Installation

use poetry install dofutils

Developpement

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.

Acknowledgement

Vincent Quatrevieux : the author of the original lib 
ArakneUtils : the original code

Author

Dysta (me)