Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        



Elastic Enterprise Search



PyPI Version
Supported Python Versions
Downloads
GitHub Actions Status
Buildkite Status

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).