Metadata-Version: 1.1
Name: python-bayeux
Version: 0.1.2
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.2
Description: 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.2
        ---
        
        *Release date: 2018-01-04*
        
        * Fix logging problem with unicode - thanks @christophe-gabard!
        
        0.1
        ---
        
        *Release date: 2016-08-26*
        
        * Initial release.
        
        
Keywords: bayeux cometd
Platform: UNKNOWN
