diff options
Diffstat (limited to 'package/python-ipython/Config.in')
-rw-r--r-- | package/python-ipython/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/python-ipython/Config.in b/package/python-ipython/Config.in new file mode 100644 index 0000000000..064f0c9479 --- /dev/null +++ b/package/python-ipython/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_PYTHON_IPYTHON + bool "python-ipython" + depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3 + help + IPython is a command shell for interactive computing in multiple + programming languages, originally developed for the Python + programming language, that offers enhanced introspection, rich + media, additional shell syntax, tab completion, and rich history. + + http://ipython.org/ |