Skip to content

A Python 2.x library for asynchronous tasks

License

Notifications You must be signed in to change notification settings

abusesa/idiokit

Repository files navigation

idiokit CircleCI

idiokit is a Python 2.x library for asynchronous tasks.

Documentation

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.

Running tests & linter

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

License

idiokit is current (c) by Codenomicon Ltd. and licensed under the MIT license, see LICENSE.