Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T18:33:09.000Z (21 days ago)
- Last Synced: 2024-12-16T15:17:00.695Z (7 days 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: 30
- Watchers: 18
- Forks: 23
- Open Issues: 6
-
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).