.gitignore
.pre-commit-config.yaml
AUTHORS
CODE_OF_CONDUCT.md
CONTRIBUTORS
LICENSE
MANIFEST.in
Makefile
README.md
mypy.ini
pyproject.toml
pytest.ini
requirements-swh.txt
requirements-test.txt
requirements.txt
setup.cfg
setup.py
tox.ini
docs/.gitignore
docs/Makefile
docs/conf.py
docs/index.rst
docs/_static/.placeholder
docs/_templates/.placeholder
es_config/elasticsearch.keystore
es_config/elasticsearch.yml
es_config/jvm.options
es_config/log4j2.properties
swh/__init__.py
swh.search.egg-info/PKG-INFO
swh.search.egg-info/SOURCES.txt
swh.search.egg-info/dependency_links.txt
swh.search.egg-info/entry_points.txt
swh.search.egg-info/requires.txt
swh.search.egg-info/top_level.txt
swh/search/__init__.py
swh/search/cli.py
swh/search/elasticsearch.py
swh/search/in_memory.py
swh/search/interface.py
swh/search/journal_client.py
swh/search/py.typed
swh/search/api/__init__.py
swh/search/api/client.py
swh/search/api/server.py
swh/search/api/wsgi.py
swh/search/tests/__init__.py
swh/search/tests/conftest.py
swh/search/tests/test_api_client.py
swh/search/tests/test_cli.py
swh/search/tests/test_elasticsearch.py
swh/search/tests/test_in_memory.py
swh/search/tests/test_init.py
swh/search/tests/test_journal_client.py
swh/search/tests/test_search.py