python-elasticsearch 7.1.0-2 source package in Ubuntu

Changelog

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

  * Team upload.
  * Drop python2 support; Closes: #937725

 -- Sandro Tosi <email address hidden>  Thu, 19 Dec 2019 13:03:56 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-elasticsearch_7.1.0-2.dsc 2.4 KiB 2aba04c49c00b60b2ac1e805410760a7f0070034d00609a82bf662b85641ce3e
python-elasticsearch_7.1.0.orig.tar.gz 108.3 KiB d929368ff4fa0cbfeca98fa6eacd3f6747e7bdd13953d9a5b4f6c8d877ef5e82
python-elasticsearch_7.1.0-2.debian.tar.xz 5.0 KiB d58f46b271f4af3a95d342289400b9fbdadd06789a229270a306438593018d45

Available diffs

No changes file available.

Binary packages built by this source

python-elasticsearch-doc: No summary available for python-elasticsearch-doc in ubuntu hirsute.

No description available for python-elasticsearch-doc in ubuntu hirsute.

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.