Metadata-Version: 2.1
Name: aiocometd-noloop
Version: 0.4.9
Summary: A CometD client, updated for Python 3.10
Author-email: Robert Marki <gsmiko@gmail.com>, Kieran Lock <kieran.lock@outlook.com>
License: MIT License
        
        Copyright (c) 2018 Robert Marki<gsmiko@gmail.com>
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: GitHub, https://github.com/Kieran-Lock/aiocometd-noloop
Project-URL: Documentation, https://aiocometd.readthedocs.io/en/latest/
Project-URL: License, https://github.com/Kieran-Lock/aiocometd-noloop/blob/main/LICENSE
Keywords: python,streaming,comet,aiohttp,asyncio,cometd,bayeux,push
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Intended Audience :: Developers
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp (<4.0,>=3.1)
Requires-Dist: importlib-metadata ; python_version < "3.10"

<a id="readme-top"></a> 



<!-- PROJECT SUMMARY -->
<br />
<div align="center">
  <img src="https://i.imgur.com/TIFNTsG.png" alt="Logo">
  <br />
  <p align="center">
    A CometD client, updated for Python 3.10
    <br />
    <a href="https://aiocometd.readthedocs.io/"><strong>Explore the docs »</strong></a>
    <br />
    <br />
    <a href="#getting-started">Getting Started</a>
    ·
    <a href="https://aiocometd.readthedocs.io/">Documentation</a>
    ·
    <a href="https://github.com/Kieran-Lock/aiocometd-noloop/blob/main/LICENSE">License</a>
  </p>
</div>



<!-- ABOUT THE PROJECT -->
## About the Project

aiocometd-noloop is an updated version of the [aiocometd Python package](https://github.com/robertmrk/aiocometd), which is a python client for [CometD](https://cometd.org/).  
  
This package is updated for compatibility with Python 3.10, allowing for usage with modern more modern Python features and projects.



<!-- GETTING STARTED -->
## Getting Started

aiocometd-noloop is available on [PyPI](https://pypi.org/project/aiocometd-noloop/). To use it in your project, run:

```
pip install aiocometd-noloop
```



<!-- BASIC USAGE EXAMPLES -->
## Basic Usage

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



<!-- LICENSE -->
## License

Distributed under the MIT License. See [LICENSE](https://github.com/Kieran-Lock/aiocometd-noloop/blob/main/LICENSE) for further details.

<p align="right">(<a href="#readme-top">Back to Top</a>)</p>
