A small package with useful helpers for asyncio. These tools can help you with asynchronous tasks.
- Write tests
- Write linters and formaters
- Write code
- Add CI/CD
- Install from source:
poetry build
After that, u can use package builded in dist
- Install dependencies:
make -f Makefile install-deps
- Run tests:
make -f Makefile test
- Run pre-commit:
make -f Makefile pre-commit
- Run all:
make -f Makefile