Metadata-Version: 2.1
Name: elastic-enterprise-search
Version: 7.13.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: Seth Michael Larson
Maintainer-email: seth.larson@elastic.co
License: UNKNOWN
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
Description: 
        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/current/index.html) 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).
        
Platform: UNKNOWN
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 :: 2
Classifier: Programming Language :: Python :: 2.7
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
Description-Content-Type: text/markdown
Provides-Extra: requests
Provides-Extra: develop
