summaryrefslogtreecommitdiffstats
path: root/python/dotty/README
diff options
context:
space:
mode:
author Barry J. Grundy <bgrundyatlinuxleo.com>2017-02-08 23:30:52 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-11 07:24:31 +0700
commit6a766e6cce9a51b4c635460c495949bdc24d85be (patch)
tree56dcb6ec15215571954652cb96780747749095b5 /python/dotty/README
parenta0f02e21ef33979b6c9bf0e608e761b9bd4a2683 (diff)
downloadslackbuilds-6a766e6cce9a51b4c635460c495949bdc24d85be.tar.gz
slackbuilds-6a766e6cce9a51b4c635460c495949bdc24d85be.tar.xz
python/dotty: Added (Python query language).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/dotty/README')
-rw-r--r--python/dotty/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/dotty/README b/python/dotty/README
new file mode 100644
index 0000000000..f7c54b064b
--- /dev/null
+++ b/python/dotty/README
@@ -0,0 +1,6 @@
+dotty (Python query language)
+
+EFILTER (dotty) is a general purpose query language designed to be embedded in
+python applications and libraries. It supports SQL-like syntax to filter your
+application's data and provides a convenient way to directly search through
+the objects your applications manages.