an hackable headless minecraft client, built with aiocraft
Find a file
alemidev cfd5dd079a
added notifier/provider structure, moved addon out
now treepuncher has 1 notifier, which holds many providers for various
services. Each provider is an Addon, but not the Notifier itself.
Moved Addon and Notifier out of Treepuncher, and added type hints without
dependancy cycle with TYPE_CHECKING control
2022-04-28 01:57:19 +02:00
src/treepuncher added notifier/provider structure, moved addon out 2022-04-28 01:57:19 +02:00
.editorconfig added .editorconfig 2022-02-20 13:27:52 +01:00
.gitignore Initial commit 2021-11-23 11:24:47 +01:00
LICENSE Initial commit 2021-11-23 11:24:47 +01:00
pyproject.toml packaged new-style 2022-02-20 13:12:50 +01:00
README.md Initial commit 2021-11-23 11:24:47 +01:00
setup.cfg bump version 2022-04-23 14:34:05 +02:00

treepuncher

An hackable Minecraft client, built with aiocraft