.gitignore
.pre-commit-config.yaml
LICENSE.md
README.md
commitlint.config.cjs
pyproject.toml
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/commitlint.yml
.github/workflows/release-pypi.yml
.github/workflows/semantic-release.yml
docs/source/api.rst
docs/source/conf.py
docs/source/genindex.rst
docs/source/index.rst
docs/source/usage.rst
kv_search/__about__.py
kv_search/__init__.py
kv_search/_elasticsearch_backend.py
kv_search/_engine.py
kv_search/_interfaces.py
kv_search/_mod_replace.py
kv_search/_session.py
kv_search/_types.py
kv_search/_version.py
kv_search/py.typed
kv_search.egg-info/PKG-INFO
kv_search.egg-info/SOURCES.txt
kv_search.egg-info/dependency_links.txt
kv_search.egg-info/requires.txt
kv_search.egg-info/top_level.txt
tests/test_engine.py
tests/test_placeholder.py
tests/test_session.py
tests/test_types.py