Source: python-elasticsearch Maintainer: Debian Python Team Uploaders: Michael Fladischer , Anthony Fok , Karsten Schöke , Section: python Testsuite: autopkgtest-pkg-pybuild Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, libjs-jquery , pybuild-plugin-pyproject, python-elastic-transport-doc , python3-aiohttp , python3-all, python3-dateutil , python3-doc , python3-elastic-transport, python3-hatchling, python3-orjson , python3-pytest , python3-pytest-asyncio , python3-setuptools, python3-sphinx , python3-sphinx-rtd-theme , python3-typing-extensions, python3-yaml , Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-elasticsearch Vcs-Git: https://salsa.debian.org/python-team/packages/python-elasticsearch.git Homepage: https://github.com/elasticsearch/elasticsearch-py Rules-Requires-Root: no Package: python3-elasticsearch Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Suggests: python-elasticsearch-doc, Description: Python client for Elasticsearch (Python3 version) Official low-level client for Elasticsearch. Its goal is to provide common ground for all Elasticsearch-related code in Python; because of this it tries to be opinion-free and very extendable. . The client's features include: * translating basic Python data types to and from json (datetimes are not decoded for performance reasons) * configurable automatic discovery of cluster nodes * persistent connections * load balancing (with pluggable selection strategy) across all available nodes * failed connection penalization (time based - failed connections won't be retried until a timeout is reached) * thread safety * pluggable architecture . This package contains the Python 3 version of the library. Package: python-elasticsearch-doc Architecture: all Multi-Arch: foreign Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends}, Description: Python client for Elasticsearch (Documentation) Official low-level client for Elasticsearch. Its goal is to provide common ground for all Elasticsearch-related code in Python; because of this it tries to be opinion-free and very extendable. . The client's features include: * translating basic Python data types to and from json (datetimes are not decoded for performance reasons) * configurable automatic discovery of cluster nodes * persistent connections * load balancing (with pluggable selection strategy) across all available nodes * failed connection penalization (time based - failed connections won't be retried until a timeout is reached) * thread safety * pluggable architecture . This package contains the documentation.