idiokit is a Python 2.x library for asynchronous tasks.
Take a look at docs/README.md for idiokit API documentation and examples.
See CHANGELOG.md to find out what's new in each release.
We run automated tests (for Python 2.6, 2.7 and PyPy) and flake8 linter for each repository push. View the logs at https://circleci.com/gh/abusesa/idiokit.
To run the tests locally you need to have tox
installed (for example via pip install tox
). Then, while in the project directory, run:
$ tox
idiokit is current (c) by Codenomicon Ltd. and licensed under the MIT license, see LICENSE.