python-elasticsearch 7.17.5-1 source package in Ubuntu
Changelog
python-elasticsearch (7.17.5-1) unstable; urgency=medium * Team upload. [ Neil Williams ] * Remove unnecessary python3-nose BD [ Anthony Fok ] * New upstream version 7.17.5 * Bump Standards-Version to 4.6.1 (no change) -- Anthony Fok <email address hidden> Mon, 22 Aug 2022 12:01:52 -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 | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-elasticsearch_7.17.5-1.dsc | 2.4 KiB | 551e6188b76b8be47d8bc4327623a78186d03e2d8ea56e0a6170fb9dff7eb6f9 |
python-elasticsearch_7.17.5.orig.tar.gz | 322.1 KiB | 2e558a6671c68914574fdb5c02959f43051e49c5fdab5ae5d57d167d14330ba8 |
python-elasticsearch_7.17.5-1.debian.tar.xz | 4.3 KiB | 9bda16a5e894170861f877d3eb3624c887b3a249cbd172d7819925422b311ad8 |
Available diffs
- diff from 7.16.2-2 to 7.17.5-1 (54.0 KiB)
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.