A compact (?) library for Discord.
I want to use trio
.
You shouldn't. At least, not at the moment.
Short reference for myself:
- install with
pip install -e .
- generate docs with
python -m sphinx -M html docs _build
- autoreload docs with
sphinx-autobuild docs _build --watch bloom
- typecheck with
mypy .
- stylecheck (?) with
flake8 bloom
orpylint bloom
- fix imports with
isort bloom
- test with
pytest
- autoformat with
black .
TODO: write more. or don't. that's a thing too.