elastic-transport

Transport classes and utilities shared among Python Elastic client libraries

39 个版本 Python >=3.10
Elastic Client Library Maintainers <client-libs@elastic.co>
安装
pip install elastic-transport
poetry add elastic-transport
pipenv install elastic-transport
conda install elastic-transport
描述

elastic-transport-python

PyPI Python Versions PyPI Downloads CI Status

Transport classes and utilities shared among Python Elastic client libraries

This library was lifted from elasticsearch-py and then transformed to be used across all Elastic services rather than only Elasticsearch.

Installing from PyPI

$ python -m pip install elastic-transport

Versioning follows the major and minor version of the Elastic Stack version and the patch number is incremented for bug fixes within a minor release.

Documentation

Documentation including an API reference is available on Read the Docs.

License

elastic-transport-python is available under the Apache-2.0 license. For more details see LICENSE.