aboutsummaryrefslogtreecommitdiff
path: root/python/dotty/README
diff options
context:
space:
mode:
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 000000000000..f7c54b064bb0
--- /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.