LICENSE.txt
MANIFEST.in
README.md
setup.cfg
setup.py
elastic_workplace_search/__init__.py
elastic_workplace_search/__version__.py
elastic_workplace_search/client.py
elastic_workplace_search/exceptions.py
elastic_workplace_search/request_session.py
elastic_workplace_search/utils.py
elastic_workplace_search.egg-info/PKG-INFO
elastic_workplace_search.egg-info/SOURCES.txt
elastic_workplace_search.egg-info/dependency_links.txt
elastic_workplace_search.egg-info/entry_points.txt
elastic_workplace_search.egg-info/requires.txt
elastic_workplace_search.egg-info/top_level.txt
elastic_workplace_search/apis/__init__.py
elastic_workplace_search/apis/documents.py
elastic_workplace_search/apis/permissions.py
tests/apis/__init__.py
tests/apis/mock_endpoint.py
tests/apis/test_documents.py
tests/apis/test_permissions.py
tests/apis/fixtures/__init__.py
tests/apis/fixtures/add_user_permissions_response.py
tests/apis/fixtures/delete_documents_response.py
tests/apis/fixtures/get_user_permissions_response.py
tests/apis/fixtures/index_documents_response.py
tests/apis/fixtures/list_all_permissions_response.py
tests/apis/fixtures/list_all_permissions_with_paging_response.py
tests/apis/fixtures/remove_user_permissions_response.py
tests/apis/fixtures/update_user_permissions_response.py