šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

salesforce-streaming-client

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

salesforce-streaming-client

A python client for the Salesforce Streaming API.

0.1.13
PyPI
Maintainers
1

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.13

Release date: 2019-06-05

  • Allow change data capture channels

0.1.12

Release date: 2018-12-11

  • If subscription fails, tell us why

0.1.11

Release date: 2018-10-29

  • Handle both 402 and 403 unknown client messages

0.1.10

Release date: 2018-10-12

  • Pass constructor kwargs to SalesforceOAuth2Session constructor

0.1.9

Release date: 2018-10-08

  • Compatible with python-bayeux 0.1.7

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts