MANIFEST.in
python-copr.spec
requirements.txt
run_tests.sh
setup.py
copr/__init__.py
copr/exceptions.py
copr/util.py
copr.egg-info/PKG-INFO
copr.egg-info/SOURCES.txt
copr.egg-info/dependency_links.txt
copr.egg-info/not-zip-safe
copr.egg-info/requires.txt
copr.egg-info/top_level.txt
copr/client/__init__.py
copr/client/client.py
copr/client/parsers.py
copr/client/responses.py
copr/client_v2/__init__.py
copr/client_v2/client.py
copr/client_v2/common.py
copr/client_v2/entities.py
copr/client_v2/handlers.py
copr/client_v2/net_client.py
copr/client_v2/resources.py
copr/client_v2/schemas.py
copr/client_v2/tools.py
copr/test/__init__.py
copr/test/test_client.py
copr/test/test_resources.py