python-elasticsearch 7.1.0-4 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Apply multi-arch hints.
    + python-elasticsearch-doc: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sun, 22 Aug 2021 03:40:21 +0100

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-4.dsc 2.4 KiB b0468d7eb244376b713c7f32c27e6af982db45b3e1b6ff7ec6e417df0416a316
python-elasticsearch_7.1.0.orig.tar.gz 108.3 KiB d929368ff4fa0cbfeca98fa6eacd3f6747e7bdd13953d9a5b4f6c8d877ef5e82
python-elasticsearch_7.1.0-4.debian.tar.xz 5.8 KiB 8e69ef1cd1b6e4154f6b4c207436759a118ba531a5557ff58368ac07d9676d54

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.