Contents

aiosfstream 0.5.0

0

Salesforce Streaming API client for asyncio

Salesforce Streaming API client for asyncio

Stars: 48, Watchers: 48, Forks: 27, Open Issues: 12

The robertmrk/aiosfstream repo was created 5 years ago and the last code push was 1 years ago. The project is moderately popular with 48 github stars!

How to Install aiosfstream

You can install aiosfstream using pip

pip install aiosfstream

or add it to a project with poetry

poetry add aiosfstream

Package Details

Author
Róbert Márki
License
MIT
Homepage
https://github.com/robertmrk/aiosfstream
PyPi:
https://pypi.org/project/aiosfstream/
GitHub Repo:
https://github.com/robertmrk/aiosfstream

Classifiers

No  aiosfstream  pypi packages just yet.

Errors

A list of common aiosfstream errors.

Code Examples

Here are some aiosfstream code examples and snippets.

GitHub Issues

The aiosfstream package has 12 open issues on GitHub

  • Support for Python 3.10
  • Passing a dictionary to the replay param?

See more issues on GitHub

Related Packages & Articles

aiojobs 1.2.1

Job scheduler for managing background tasks (asyncio)

aiohttp 3.9.3

The aiohttp Python package is an asynchronous HTTP client/server framework that leverages Python's asyncio library. It supports both client and server sides of the HTTP protocol, as well as client and server websockets. The package provides a web server with middleware support and pluggable routing. This makes it a powerful tool for building efficient, non-blocking web applications in Python. It is highly recommended for projects where concurrent network or HTTP requests are a core requirement, and it is often used in web scraping, API consumption, and web development.