Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 581 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 581 Bytes

bloom

A compact (?) library for Discord.

Why?

I want to use trio.

Why should I use this?

You shouldn't. At least, not at the moment.

Development Commands

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 or pylint bloom
  • fix imports with isort bloom
  • test with pytest
  • autoformat with black .

TODO: write more. or don't. that's a thing too.