Async py3.8 support
What's new?
- Support of
poetry
as a dependency manager; - Optimized
docker
image anddocker-compose
file for local testing; - Add unit/integraion tests (
pytest
); - Asynchronus I/O support (
python-trio
); - More user-friendly CLI and Python API.