python-elasticsearch 7.17.6-1 source package in Ubuntu

Changelog

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

  * New upstream version 7.17.6
  * Add myself to the list of Uploaders

 -- Anthony Fok <email address hidden>  Thu, 22 Sep 2022 14:23:45 -0600

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-elasticsearch_7.17.6-1.dsc 2.4 KiB 59b477a6cb663365eb1e4346e80199b1bb2f899dff52aeb2f06e156353486eb7
python-elasticsearch_7.17.6.orig.tar.gz 322.4 KiB b17610323fe06aa4a6598b759139651061c2b837863acbd128c40fbbe2921e26
python-elasticsearch_7.17.6-1.debian.tar.xz 4.3 KiB 7cd1bb01e7a1b760dc6a7482cf9928755f732206beadba386bca3117b4d3331e

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.