summaryrefslogtreecommitdiffstats
path: root/python/python3-jedi/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2017-04-20 07:30:48 +0200
committer Willy Sudiarto Raharjo2017-04-20 07:30:48 +0200
commit8cbee5f36c42bd2707897067078a102e6795b541 (patch)
tree8b5c533289cc56e53e06fc2085ee3dddacdad1d8 /python/python3-jedi/README
parente6c8dbbd36de93dc77a2ccd3799824ad63b935a8 (diff)
downloadslackbuilds-8cbee5f36c42bd2707897067078a102e6795b541.tar.gz
python/python3-jedi: Added (Autocompletion tool for Python 3).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-jedi/README')
-rw-r--r--python/python3-jedi/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-jedi/README b/python/python3-jedi/README
new file mode 100644
index 0000000000..71abdb4efa
--- /dev/null
+++ b/python/python3-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.