Skip to content

Kieran-Lock/aiocometd-noloop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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)