diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-04-03 12:51:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-03 20:50:18 +0700 |
commit | a1defed215de0b8ec9b4791c40a608aa7f41e336 (patch) | |
tree | 1bcc3a3fbd862cad5c531886496be95147bd508c /python/jedi/README | |
parent | c2f5dfc28bd047f5725c08c69daf7c18d4c322dc (diff) | |
download | slackbuilds-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/README | 3 |
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. |