A Salesforce streaming API client for python, built on salesforce-requests-oauthlib and python-bayeux.
To run tests, install py.test and pytest-cov in your virtualenv and
$ py.test --cov=src/salesforce_streaming_client/ --cov-report html:coverage
View test coverage results at ./coverage
.