.codacy.yml
.travis.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.md
codecov.yml
readthedocs.yml
requirements.txt
requirements_dev.txt
requirements_dev_py3.txt
requirements_doc.txt
requirements_py3.txt
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/etcd3.apis.rst
docs/etcd3.errors.rst
docs/etcd3.stateful.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/usage.rst
docs/guzzle_sphinx_theme/README.rst
docs/guzzle_sphinx_theme/demo/Makefile
docs/guzzle_sphinx_theme/demo/conf.py
docs/guzzle_sphinx_theme/demo/index.rst
docs/guzzle_sphinx_theme/demo/page-1.rst
docs/guzzle_sphinx_theme/demo/pymethod.rst
docs/guzzle_sphinx_theme/demo/table-with-code.rst
docs/guzzle_sphinx_theme/guzzle_sphinx_theme/guzzle_sphinx_theme/static/fonts/source-serif-pro/README.md
etcd3/__init__.py
etcd3/aio_client.py
etcd3/baseclient.py
etcd3/client.py
etcd3/models.py
etcd3/rpc.swagger.json
etcd3/swagger_helper.py
etcd3/utils.py
etcd3/version.py
etcd3/apis/__init__.py
etcd3/apis/auth.py
etcd3/apis/base.py
etcd3/apis/cluster.py
etcd3/apis/extra.py
etcd3/apis/kv.py
etcd3/apis/lease.py
etcd3/apis/maintenance.py
etcd3/apis/watch.py
etcd3/contrib/__init__.py
etcd3/errors/__init__.py
etcd3/errors/errors.py
etcd3/errors/go_etcd_rpctypes_error.py
etcd3/errors/go_grpc_codes.py
etcd3/errors/go_grpc_gateway_errors.py
etcd3/errors/go_net_http_status.py
etcd3/stateful/__init__.py
etcd3/stateful/lease.py
etcd3/stateful/lock.py
etcd3/stateful/transaction.py
etcd3/stateful/watch.py
etcd3_py.egg-info/PKG-INFO
etcd3_py.egg-info/SOURCES.txt
etcd3_py.egg-info/dependency_links.txt
etcd3_py.egg-info/not-zip-safe
etcd3_py.egg-info/requires.txt
etcd3_py.egg-info/top_level.txt
tests/__init__.py
tests/docker_cli.py
tests/envs.py
tests/etcd_go_cli.py
tests/mocks.py
tests/test_auth_apis.py
tests/test_client.py
tests/test_cluster_apis.py
tests/test_extra_apis.py
tests/test_kv_apis.py
tests/test_lease_apis.py
tests/test_lease_util.py
tests/test_lock_util.py
tests/test_maintenance_apis.py
tests/test_swagger_helper.py
tests/test_transaction_util.py
tests/test_watch_apis.py
tests/test_watch_util.py
tests/certs/ca-config.json
tests/certs/ca-csr.json
tests/certs/ca-key.pem
tests/certs/ca.csr
tests/certs/ca.pem
tests/certs/client-key.pem
tests/certs/client.csr
tests/certs/client.json
tests/certs/client.pem
tests/certs/server-key.pem
tests/certs/server.csr
tests/certs/server.json
tests/certs/server.pem
tests/test_py3/__init__.py
tests/test_py3/test_aio_auth_apis.py
tests/test_py3/test_aio_client.py