summaryrefslogtreecommitdiff
path: root/python/jedi/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2015-04-03 12:51:52 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-03 20:50:18 +0700
commita1defed215de0b8ec9b4791c40a608aa7f41e336 (patch)
tree1bcc3a3fbd862cad5c531886496be95147bd508c /python/jedi/README
parentc2f5dfc28bd047f5725c08c69daf7c18d4c322dc (diff)
downloadslackbuilds-a1defed215de0b8ec9b4791c40a608aa7f41e336.tar.gz
python/jedi: Added (Autocompletion tool for Python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/jedi/README')
-rw-r--r--python/jedi/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/jedi/README b/python/jedi/README
new file mode 100644
index 0000000000..71abdb4efa
--- /dev/null
+++ b/python/jedi/README
@@ -0,0 +1,3 @@
+Jedi is an autocompletion tool for Python that can be used in
+IDEs/editors. Jedi works. Jedi is fast. It understands all of
+the basic Python syntax elements including many builtin functions.