aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-elasticsearch6/pkg-descr
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-09-02 22:43:18 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-09-02 22:43:18 +0000
commit23cb8185c69dc1be054e9ae9a4b35b92f917f82b (patch)
tree52df79a1df25219ed95a8283abda74daf6c889e2 /textproc/py-elasticsearch6/pkg-descr
parent6a017e7d1b739ec6febcc54a479d606c0a85a57c (diff)
downloadports-23cb8185c69dc1be054e9ae9a4b35b92f917f82b.tar.gz
ports-23cb8185c69dc1be054e9ae9a4b35b92f917f82b.zip
Add py-elasticsearch6 6.4.0 (copied from py-elasticsearch)
Notes
Notes: svn path=/head/; revision=510864
Diffstat (limited to 'textproc/py-elasticsearch6/pkg-descr')
-rw-r--r--textproc/py-elasticsearch6/pkg-descr17
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/py-elasticsearch6/pkg-descr b/textproc/py-elasticsearch6/pkg-descr
new file mode 100644
index 000000000000..97de23681699
--- /dev/null
+++ b/textproc/py-elasticsearch6/pkg-descr
@@ -0,0 +1,17 @@
+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.
+
+For a more high level client library with more limited scope, have a look at
+elasticsearch-dsl - a more pythonic library sitting on top of elasticsearch-py.
+
+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.
+
+WWW: https://github.com/elastic/elasticsearch-py