Skip to main content

async-websocket-pool is a Python library that enables efficient creation and management of a pool of asynchronous WebSocket clients.

Project description

codecov GitHub PyPI - Python Version

Async WebSocket Pool

This repository contains a Python-based Async WebSocket Pool that allows for asynchronous connections to multiple WebSocket endpoints.

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Installation

You can install the Async WebSocket Pool using pip:

pip install async-websocket-pool

Please note that this project requires Python 3.7 or later.

Usage

from async_websocket_pool import connect, run_pool

async def on_message(message):
    print(message)

tasks = [
  lambda: connect('ws://example1.com', on_message=on_message, timeout=5),
  lambda: connect('ws://example2.com', on_message=on_message, timeout=5),
]

await run_pool(tasks)

Built With

  • Poetry - Packaging and dependency management

Documentation

For more information, please refer to the full documentation.

Contribution

Contributions are always welcome! Please read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes.

Authors

mpol1t

License

This project is licensed under the MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

async_websocket_pool-0.1.4.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

async_websocket_pool-0.1.4-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file async_websocket_pool-0.1.4.tar.gz.

File metadata

  • Download URL: async_websocket_pool-0.1.4.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.0 CPython/3.11.0 Linux/5.15.0-1037-azure

File hashes

Hashes for async_websocket_pool-0.1.4.tar.gz
Algorithm Hash digest
SHA256 1cf87e1c58871c3740e720ea63a640385bc175e645410ee5d8df21e890765472
MD5 663cb2f7bc918b7610ea7d262681aa67
BLAKE2b-256 487c331f4de9a80a7094e0136b50eb08c403dcedef04a76975bf31f81392c5b2

See more details on using hashes here.

File details

Details for the file async_websocket_pool-0.1.4-py3-none-any.whl.

File metadata

File hashes

Hashes for async_websocket_pool-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 71ccc4b92ed0369073659352b7caac96e1e770a60649cb9762f7317ad3caea6e
MD5 8c433ebf398c69d7c1604d5ca80f8177
BLAKE2b-256 7b3ef62c9a74848833cfda0fa9848a677903181b27ff761c2560dd9b5ffb7397

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page