Metadata-Version: 2.3
Name: Dofutils
Version: 0.0.5
Summary: Collection of useful things to build Dofus Retro bot or emulator
Keywords: bot,dofus,dofus retro,emulateur,retro
Author: Dysta
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.11, <4.0
Project-URL: Repository, https://github.com/Dysta/Dofutils
Description-Content-Type: text/markdown

# Dofutils
Collection of useful things to build Dofus Retro bot/emulator. \
Written in Python3. Require Python >= 3.8. and [Poetry](https://python-poetry.org/).

## 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](https://github.com/vincent4vx) : the author of the original lib \
[ArakneUtils](https://github.com/Arakne/ArakneUtils) : the original code

## Author
[Dysta](https://github.com/Dysta) (me)
