https://github.com/elastic/enterprise-search-python
Official Python client for Elastic Enterprise Search, App Search, and Workplace Search
https://github.com/elastic/enterprise-search-python
app-search appsearch client elastic-app-search elastic-enterprise-search elastic-workplace-search elasticsearch enterprise-search python workplace-search
Last synced: 9 months ago
JSON representation
Official Python client for Elastic Enterprise Search, App Search, and Workplace Search
- Host: GitHub
- URL: https://github.com/elastic/enterprise-search-python
- Owner: elastic
- License: apache-2.0
- Created: 2020-07-15T13:15:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T11:11:32.000Z (11 months ago)
- Last Synced: 2025-03-29T05:09:59.141Z (9 months ago)
- Topics: app-search, appsearch, client, elastic-app-search, elastic-enterprise-search, elastic-workplace-search, elasticsearch, enterprise-search, python, workplace-search
- Language: Python
- Homepage: https://elastic.co/guide/en/enterprise-search-clients/python/current
- Size: 637 KB
- Stars: 31
- Watchers: 18
- Forks: 24
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
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://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).