LICENSE
README.md
pyproject.toml
src/p_elasticsearch_easy/__init__.py
src/p_elasticsearch_easy/elasticsearch_base.py
src/p_elasticsearch_easy/elasticsearch_dsl.py
src/p_elasticsearch_easy/elasticsearch_native.py
src/p_elasticsearch_easy.egg-info/PKG-INFO
src/p_elasticsearch_easy.egg-info/SOURCES.txt
src/p_elasticsearch_easy.egg-info/dependency_links.txt
src/p_elasticsearch_easy.egg-info/requires.txt
src/p_elasticsearch_easy.egg-info/top_level.txt
src/p_elasticsearch_easy/constants/__init__.py
src/p_elasticsearch_easy/constants/constants.py
src/p_elasticsearch_easy/exceptions/__init__.py
src/p_elasticsearch_easy/exceptions/custom_exceptions.py
src/p_elasticsearch_easy/exceptions/elasticsearch_exception.py
tests/test_elasticsearch_dsl.py
tests/test_elasticsearch_native.py