This is a collection of asyncio-related utilities that I have found useful, that I've used in at least two projects and that seem like they might be useful to others.
- Documentation: aiotk on ReadTheDocs
- Official releases: aiotk on PyPI
- Source code: aiotk on GitHub
Run the tests like so:
$ export COVERAGE_EXCLUDE=win32 $ tox ...
Run the tests like so:
$ set COVERAGE_EXCLUDE=posix $ tox ...
Nobody is paid to maintain this software, but we welcome pull requests!
Licensed under the very permissive MIT license for maximum usage.