python-bayeux A bayeux client for python. Built on gevent and requests. Tests To run tests, install py.test and pytest-cov in your virtualenv and $ py.test -rw -rs --cov=src/python_bayeux/ --cov-report html:coverage View test coverage results at ./coverage. Credits modern-package-template requests gevent py.test pytest-cov