python-elasticsearch 7.0.1-1 source package in Ubuntu

Changelog

python-elasticsearch (7.0.1-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * Use 'python3 -m sphinx' instead of sphinx-build for building docs

  [ Sébastien Delafond ]
  * New upstream version 7.0.1 (Closes: #829487)

 -- Sebastien Delafond <email address hidden>  Mon, 20 May 2019 09:38:30 +0200

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

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-elasticsearch_7.0.1-1.dsc 2.3 KiB 402b228c13b9c4ba52fd1810e3c12414a500083de9779c30173d9c93ffbf31a6
python-elasticsearch_7.0.1.orig.tar.xz 82.7 KiB e07adb110a07553543d15df039a080dec9937cf7e1bb6c449981a613c42e0374
python-elasticsearch_7.0.1-1.debian.tar.xz 4.9 KiB 6e3c18c047e473c8701f779e4a72decb5e1298537d78978dbb7aa5d00c119eb1

Available diffs

No changes file available.

Binary packages built by this source

python-elasticsearch: No summary available for python-elasticsearch in ubuntu eoan.

No description available for python-elasticsearch in ubuntu eoan.

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

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

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.