ca443b49b5
An autocompletion tool for Python that can be used for text editors. https://github.com/davidhalter/jedi python-jedi is a runtime dependency of ipython 7.3.0 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> [Thomas: add license for the flask theme] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
config BR2_PACKAGE_PYTHON_JEDI
|
|
bool "python-jedi"
|
|
select BR2_PACKAGE_PYTHON_PARSO # runtime
|
|
help
|
|
An autocompletion tool for Python that can be used for text
|
|
editors.
|
|
|
|
https://github.com/davidhalter/jedi
|