diff options
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. |