.pylintrc
DESCRIPTION.rst
LICENSE.txt
MANIFEST.in
README.rst
setup.cfg
setup.py
aiocometd/__init__.py
aiocometd/_metadata.py
aiocometd/client.py
aiocometd/constants.py
aiocometd/exceptions.py
aiocometd/extensions.py
aiocometd/py.typed
aiocometd/typing.py
aiocometd/utils.py
aiocometd.egg-info/PKG-INFO
aiocometd.egg-info/SOURCES.txt
aiocometd.egg-info/dependency_links.txt
aiocometd.egg-info/requires.txt
aiocometd.egg-info/top_level.txt
aiocometd/transports/__init__.py
aiocometd/transports/abc.py
aiocometd/transports/base.py
aiocometd/transports/long_polling.py
aiocometd/transports/registry.py
aiocometd/transports/websocket.py
docs/Makefile
docs/make.bat
docs/source/advanced.rst
docs/source/api.rst
docs/source/changes.rst
docs/source/conf.py
docs/source/global.rst
docs/source/guide.rst
docs/source/index.rst
docs/source/install.rst
docs/source/quickstart.rst
examples/__init__.py
examples/chat.py
tests/__init__.py
tests/integration/__init__.py
tests/integration/helpers.py
tests/integration/test_client.py
tests/unit/__init__.py
tests/unit/test_client.py
tests/unit/test_exceptions.py
tests/unit/test_utils.py
tests/unit/test_transports/__init__.py
tests/unit/test_transports/test_base.py
tests/unit/test_transports/test_long_polling.py
tests/unit/test_transports/test_registry.py
tests/unit/test_transports/test_websocket.py