{"id":24569754,"url":"https://github.com/mpol1t/async-websocket-pool","last_synced_at":"2026-02-06T03:31:46.625Z","repository":{"id":165318562,"uuid":"640667033","full_name":"mpol1t/async-websocket-pool","owner":"mpol1t","description":"async-websocket-pool is a Python library that enables efficient creation and management of a pool of asynchronous WebSocket clients.","archived":false,"fork":false,"pushed_at":"2026-01-24T15:24:55.000Z","size":464,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-25T04:36:55.969Z","etag":null,"topics":["asyncio","python","websocket"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mpol1t.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-05-14T20:42:43.000Z","updated_at":"2026-01-24T15:24:55.000Z","dependencies_parsed_at":"2023-12-04T12:24:18.003Z","dependency_job_id":"b4b5377e-f88a-4a92-a2d4-3ad04ff22b1c","html_url":"https://github.com/mpol1t/async-websocket-pool","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/mpol1t/async-websocket-pool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpol1t%2Fasync-websocket-pool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpol1t%2Fasync-websocket-pool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpol1t%2Fasync-websocket-pool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpol1t%2Fasync-websocket-pool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mpol1t","download_url":"https://codeload.github.com/mpol1t/async-websocket-pool/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpol1t%2Fasync-websocket-pool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29148135,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T02:39:25.012Z","status":"ssl_error","status_checked_at":"2026-02-06T02:37:22.784Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asyncio","python","websocket"],"created_at":"2025-01-23T15:56:02.944Z","updated_at":"2026-02-06T03:31:46.619Z","avatar_url":"https://github.com/mpol1t.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![codecov](https://codecov.io/gh/mpol1t/async-websocket-pool/branch/main/graph/badge.svg?token=IXD2CSFA1N)](https://codecov.io/gh/mpol1t/async-websocket-pool)\n![GitHub](https://img.shields.io/github/license/mpol1t/async-websocket-pool)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/async-websocket-pool)\n[![CodeQL](https://github.com/mpol1t/async-websocket-pool/actions/workflows/github-code-scanning/codeql/badge.svg?branch=main)](https://github.com/mpol1t/async-websocket-pool/actions/workflows/github-code-scanning/codeql)\n![PyPI - Version](https://img.shields.io/pypi/v/async-websocket-pool)\n# Async WebSocket Pool\n\nThis repository contains a Python-based asynchronous WebSocket pool that allows for asynchronous connections to multiple WebSocket endpoints.\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine.\n\n### Installation\nYou can install the `async-websocket-pool` using pip:\n```\npip install async-websocket-pool\n```\n\nPlease note that this project requires Python 3.7 or later.\n\n## Usage\n\n```python\nfrom async_websocket_pool import connect, run_pool\n\nasync def on_message(message):\n    print(message)\n\ntasks = [\n  lambda: connect('ws://example1.com', on_message=on_message, timeout=5),\n  lambda: connect('ws://example2.com', on_message=on_message, timeout=5),\n]\n\nawait run_pool(tasks)\n\n```\n\n## Built With\n\n* [Poetry](https://python-poetry.org/docs/) - Packaging and dependency management\n\n## Documentation\n\nFor more information, please refer to the full documentation.\n\n## Contribution\n\nContributions 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.\n\n## Authors\n\n**mpol1t**\n\n## License\n\nThis project is licensed under the MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpol1t%2Fasync-websocket-pool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmpol1t%2Fasync-websocket-pool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpol1t%2Fasync-websocket-pool/lists"}