AUTHORS
ChangeLog
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
.github/workflows/publish-to-pypi.yml
.github/workflows/tests.yaml
docs/requirements.txt
docs/source/conf.py
docs/source/download-plantuml.py
docs/source/index.rst
docs/source/usage.rst
docs/source/_static/.gitkeep
httpetcd/__init__.py
httpetcd/clients.py
httpetcd/constants.py
httpetcd/exceptions.py
httpetcd/version.py
httpetcd.egg-info/PKG-INFO
httpetcd.egg-info/SOURCES.txt
httpetcd.egg-info/dependency_links.txt
httpetcd.egg-info/not-zip-safe
httpetcd.egg-info/pbr.json
httpetcd.egg-info/requires.txt
httpetcd.egg-info/top_level.txt
httpetcd/base/__init__.py
httpetcd/base/client.py
httpetcd/base/managers.py
httpetcd/common/__init__.py
httpetcd/common/exc.py
httpetcd/common/obj.py
httpetcd/library/__init__.py
httpetcd/library/session.py
httpetcd/raw/__init__.py
httpetcd/raw/client.py
httpetcd/raw/entities/__init__.py
httpetcd/raw/entities/lease.py
httpetcd/raw/managers/__init__.py
httpetcd/raw/managers/kv.py
httpetcd/raw/managers/lease.py
httpetcd/server/__init__.py
httpetcd/server/codes.py
httpetcd/server/encoding.py
httpetcd/tests/__init__.py
httpetcd/tests/functional/__init__.py
httpetcd/tests/functional/test_kv_ttl.py
httpetcd/tests/unit/__init__.py
httpetcd/tests/unit/library/__init__.py
httpetcd/tests/unit/library/test_session.py
httpetcd/tests/unit/raw/__init__.py
httpetcd/tests/unit/raw/entities/__init__.py
httpetcd/tests/unit/raw/entities/test_lease.py
httpetcd/tests/unit/raw/managers/__init__.py
httpetcd/tests/unit/raw/managers/test_kv.py
httpetcd/tests/unit/raw/managers/test_lease.py
httpetcd/tests/unit/wrapped/__init__.py
httpetcd/tests/unit/wrapped/entities/__init__.py
httpetcd/tests/unit/wrapped/entities/test_kvlock.py
httpetcd/tests/unit/wrapped/entities/test_lease.py
httpetcd/tests/unit/wrapped/managers/__init__.py
httpetcd/tests/unit/wrapped/managers/test_kvlock.py
httpetcd/wrapped/__init__.py
httpetcd/wrapped/client.py
httpetcd/wrapped/entities/__init__.py
httpetcd/wrapped/entities/kvlock.py
httpetcd/wrapped/entities/lease.py
httpetcd/wrapped/managers/__init__.py
httpetcd/wrapped/managers/kv.py
httpetcd/wrapped/managers/kvlock.py
httpetcd/wrapped/managers/lease.py
releasenotes/config.yaml
releasenotes/notes/.gitkeep