Metadata-Version: 2.1
Name: python-bayeux
Version: 0.1.5
Summary: A bayeux client for python.
Home-page: https://github.com/SalesforceFoundation/python-bayeux
Author: Adam J. Lincoln
Author-email: alincoln@salesforce.com
License: BSD 3-Clause
Download-URL: https://github.com/SalesforceFoundation/python-bayeux/tarball/0.1.5
Keywords: bayeux cometd
Platform: UNKNOWN
Requires-Dist: requests
Requires-Dist: gevent
Requires-Dist: simplejson

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`_

.. _`modern-package-template`: http://pypi.python.org/pypi/modern-package-template
.. _`requests`: https://pypi.python.org/pypi/requests
.. _`gevent`: http://www.gevent.org/
.. _`py.test`: http://doc.pytest.org/en/latest/index.html
.. _`pytest-cov`: https://pypi.python.org/pypi/pytest-cov


News
====

0.1.5
---

*Release date: 2018-09-03*

* Callbacks now wait for resubscribe to finish

0.1.4
---

*Release date: 2018-08-29*

* If connect tells us to handshake again, resubscribe after handshake

0.1.3
---

*Release date: 2018-07-24*

* Fix unknown client error code - thanks for the report @ivanpricewaycom!

0.1.2
---

*Release date: 2018-01-04*

* Fix logging problem with unicode - thanks @christophe-gabard!

0.1
---

*Release date: 2016-08-26*

* Initial release.



