summaryrefslogtreecommitdiffstats
path: root/python/python3-jedi/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <slackbuilds@jaxartes.net>2017-04-20 12:30:48 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-20 12:30:48 +0700
commit8cbee5f36c42bd2707897067078a102e6795b541 (patch)
tree8b5c533289cc56e53e06fc2085ee3dddacdad1d8 /python/python3-jedi/README
parente6c8dbbd36de93dc77a2ccd3799824ad63b935a8 (diff)
downloadslackbuilds-8cbee5f36c42bd2707897067078a102e6795b541.tar.gz
slackbuilds-8cbee5f36c42bd2707897067078a102e6795b541.tar.xz
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.