diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:13:29 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:54 -0400 |
commit | dc5bf058046e795be9b6bdd55057ff4938215894 (patch) | |
tree | 563d508f7c6b47b476f19d2a8c48e4261d28826f | |
parent | ba133b7cb37b63dcb61bae6e59156a873885e480 (diff) |
python/elasticsearch5: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | python/elasticsearch5/README | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/python/elasticsearch5/README b/python/elasticsearch5/README index 764ed59f2d0f..4be3d4b34a97 100644 --- a/python/elasticsearch5/README +++ b/python/elasticsearch5/README @@ -1,14 +1,18 @@ elasticsearch5 (Official low level python client for Elasticsearch) 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. +code in Python; because of this it tries to be opinion-free and very +extendable. -It provides a more convenient and idiomatic way to write and manipulate -queries. It stays close to the Elasticsearch JSON DSL, mirroring its -terminology and structure while exposing the whole range of the DSL from Python -either directly using defined classes or a queryset-like expressions. +It provides a more convenient and idiomatic way to write and +manipulate queries. It stays close to the Elasticsearch JSON DSL, +mirroring its terminology and structure while exposing the whole range +of the DSL from Python either directly using defined classes or a +queryset-like expressions. -It also provides an optional persistence layer for working with documents as -Python objects in an ORM-like fashion: defining mappings, retrieving and saving -documents, wrapping the document data in user-defined classes. +It also provides an optional persistence layer for working with +documents as Python objects in an ORM-like fashion: defining mappings, +retrieving and saving documents, wrapping the document data in +user-defined classes. |