diff options
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 |
commit | 6a766e6cce9a51b4c635460c495949bdc24d85be (patch) | |
tree | 56dcb6ec15215571954652cb96780747749095b5 /python/dotty/README | |
parent | a0f02e21ef33979b6c9bf0e608e761b9bd4a2683 (diff) |
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/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/dotty/README b/python/dotty/README new file mode 100644 index 0000000000000..f7c54b064bb03 --- /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. |