Metadata-Version: 1.1
Name: salesforce-streaming-client
Version: 0.1.8
Summary: A python client for the Salesforce Streaming API.
Home-page: https://github.com/SalesforceFoundation/salesforce-streaming-client
Author: Adam J. Lincoln
Author-email: alincoln@salesforce.com
License: BSD 3-Clause
Download-URL: https://github.com/SalesforceFoundation/salesforce-streaming-client/tarball/0.1.8
Description: salesforce-streaming-client
        ==========================
        
        A Salesforce streaming API client for python, built on salesforce-requests-oauthlib and python-bayeux.
        
        
        Tests
        -----
        
        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``.
        
        Credits
        -------
        
        - `Distribute`_
        - `modern-package-template`_
        - `py.test`_
        - `pytest-cov`_
        
        .. _Distribute: http://pypi.python.org/pypi/distribute
        .. _`modern-package-template`: http://pypi.python.org/pypi/modern-package-template
        .. _`py.test`: http://doc.pytest.org/en/latest/index.html
        .. _`pytest-cov`: https://pypi.python.org/pypi/pytest-cov
        
        
        News
        ====
        
        0.1.8
        ---
        
        *Release date: 2018-10-03*
        
        * Improved error handling; compatible with python-bayeux 0.1.6
        
        0.1.7
        ---
        
        *Release date: 2018-09-26*
        
        * %z for "Z" in datetimes is python 3.7 only; restore python 3.6 support
        
        0.1.6
        ---
        
        *Release date: 2018-09-17*
        
        * Modularized replay data storage; compatible with salesforce-requests-oauthlib 0.1.6
        
        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-01-29*
        
        * Platform event support, python3 support, updated py.test set_level() usage.
        
        0.1.1
        ---
        
        *Release date: 2016-11-28*
        
        * Fix dependencies.
        
        0.1
        ---
        
        *Release date: 2016-08-26*
        
        * Initial release.
        
        
Keywords: salesforce cometd bayeux
Platform: UNKNOWN
