AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
copra/__init__.py
copra.egg-info/PKG-INFO
copra.egg-info/SOURCES.txt
copra.egg-info/dependency_links.txt
copra.egg-info/not-zip-safe
copra.egg-info/requires.txt
copra.egg-info/top_level.txt
copra/rest/__init__.py
copra/rest/client.py
copra/websocket/__init__.py
copra/websocket/channel.py
copra/websocket/client.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contents.rst
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/_build/html/_static/ajax-loader.gif
docs/_build/html/_static/comment-bright.png
docs/_build/html/_static/comment-close.png
docs/_build/html/_static/comment.png
docs/_build/html/_static/down-pressed.png
docs/_build/html/_static/down.png
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/up-pressed.png
docs/_build/html/_static/up.png
docs/rest/examples.rst
docs/rest/toc.rst
docs/rest/usage.rst
docs/source/copra.rest.rst
docs/source/copra.rst
docs/source/copra.websocket.rst
docs/source/modules.rst
docs/websocket/examples.rst
docs/websocket/toc.rst
docs/websocket/usage.rst
tests/__init__.py
tests/functional/fix/.env
tests/functional/rest/.env
tests/functional/rest/.env.sample
tests/functional/rest/test_client.py
tests/unit/__init__.py
tests/unit/rest/__init__.py
tests/unit/rest/test_client.py
tests/unit/rest/util.py
tests/unit/websocket/__init__.py
tests/unit/websocket/test_channel.py
tests/unit/websocket/test_client.py