# enterprise-search-python **Repository Path**: mirrors_pquentin/enterprise-search-python ## Basic Information - **Project Name**: enterprise-search-python - **Description**: Official Python client for Elastic Enterprise Search, App Search, and Workplace Search - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-13 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Official Python client for Elastic Enterprise Search, App Search, and Workplace Search ## Installation The package can be installed from [PyPI](https://pypi.org/project/elastic-enterprise-search): ```bash $ python -m pip install elastic-enterprise-search ``` The version follows the Elastic Stack version so `7.11` is compatible with Enterprise Search released in Elastic Stack 7.11. ## Documentation [See the documentation](https://github.com/elastic/enterprise-search-python/tree/master/docs/guide) for how to get started, compatibility info, configuring, and an API reference. ## Contributing If you'd like to make a contribution to `enterprise-search-python` we provide [contributing documentation](https://github.com/elastic/enterprise-search-python/tree/master/CONTRIBUTING.md) to ensure your first contribution goes smoothly. ## License `enterprise-search-python` is available under the Apache-2.0 license. For more details see [LICENSE](https://github.com/elastic/enterprise-search-python/blob/master/LICENSE).