You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2022. It is now read-only.
Update long description format to markdown (#21)
This should result in a nicer description at PyPi.
Also updated gitignore to be the same as comet-core
Update dev environment and test all supported Python versions (#18)
Update the supported Python version and how testing/linting is done
* Updates the Tox file to test for all supported Python versions.
* Adds Black as a dependency and Black test as a step in Tox.
* Adds requirements-dev.txt file with the dev requirements explicitly specified in one place.
* Configure TravisCI to run for all supported Python versions.
move requirements to setup.py and stop pinning (#14)
* move requirements to use minimum instead of pin
* move requirements to setup.py
* minor tweaks to setup.py
* pin only major
* fix lint
New exception class for comet (#13)
- update pubsub input module to be able to drop invalid messages
- change LOG.exception to LOG.error in pubsub input