Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.46 KB

README.md

File metadata and controls

58 lines (36 loc) · 1.46 KB


Logo

A CometD client, updated for Python 3.10
Explore the docs »

Getting Started · Documentation · License

About the Project

aiocometd-noloop is an updated version of the aiocometd Python package, which is a python client for CometD.

This package is updated for compatibility with Python 3.10, allowing for usage with modern more modern Python features and projects.

Getting Started

aiocometd-noloop is available on PyPI. To use it in your project, run:

pip install aiocometd-noloop

Basic Usage

See the original repository for usage examples and any further details.

License

Distributed under the MIT License. See LICENSE for further details.

(Back to Top)