Metadata-Version: 2.4
Name: elastic-enterprise-search
Version: 8.18.0
Summary: Official Python client for Elastic Enterprise Search, App Search, and Workplace Search
Home-page: https://github.com/elastic/enterprise-search-python
Author: Elastic
Author-email: support@elastic.co
Maintainer: Clients Team
Maintainer-email: clients-team@elastic.co
Project-URL: Documentation, https://www.elastic.co/guide/en/enterprise-search-clients/python/current/index.html
Project-URL: Source Code, https://github.com/elastic/enterprise-search-python
Project-URL: Issue Tracker, https://github.com/elastic/enterprise-search-python/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: elastic-transport<9,>=8.4
Requires-Dist: PyJWT<3,>=1
Requires-Dist: python-dateutil<3,>=2
Requires-Dist: six>=1.12
Provides-Extra: requests
Requires-Dist: requests<3,>=2.4; extra == "requests"
Provides-Extra: develop
Requires-Dist: pytest; extra == "develop"
Requires-Dist: pytest-asyncio; extra == "develop"
Requires-Dist: pytest-cov; extra == "develop"
Requires-Dist: pytest-mock; extra == "develop"
Requires-Dist: pytest-vcr; extra == "develop"
Requires-Dist: mock; extra == "develop"
Requires-Dist: requests; extra == "develop"
Requires-Dist: aiohttp; extra == "develop"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary



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://www.elastic.co/guide/en/enterprise-search-clients/python) 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/main/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/main/LICENSE).
