Skip to content

AndreLouisCaron/aiotk

Repository files navigation

`aiotk`: asyncio toolkit

Purpose

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.

Resources

Development

POSIX systems

Run the tests like so:

$ export COVERAGE_EXCLUDE=win32
$ tox ...

Windows

Run the tests like so:

$ set COVERAGE_EXCLUDE=posix
$ tox ...

Contributing

Nobody is paid to maintain this software, but we welcome pull requests!

License

Licensed under the very permissive MIT license for maximum usage.