python-elasticsearch 7.1.0-5 source package in Ubuntu

Changelog

python-elasticsearch (7.1.0-5) unstable; urgency=medium

  * Team upload.
    + Source-only upload for testing migration

 -- Nilesh Patra <email address hidden>  Thu, 28 Oct 2021 19:38:07 +0530

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-elasticsearch_7.1.0-5.dsc 2.4 KiB aa5c74a84d0b71e69407f4c42801979bd8438d12137cb6b7ff55e5efbb3c89aa
python-elasticsearch_7.1.0.orig.tar.gz 108.3 KiB d929368ff4fa0cbfeca98fa6eacd3f6747e7bdd13953d9a5b4f6c8d877ef5e82
python-elasticsearch_7.1.0-5.debian.tar.xz 5.9 KiB ae93d05301cc979b3a95af9c2a00f7a467f7238e87a5f86a4535723a88199c36

Available diffs

No changes file available.

Binary packages built by this source

python-elasticsearch-doc: 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.

python3-elasticsearch: 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.