blob: c151ac2dd21e47be2ad9f27d19de749a7bb95f56 [file] [log] [blame]
config BR2_PACKAGE_PYTHON_IPYTHON
bool "python-ipython"
depends on BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON_BACKCALL # runtime
select BR2_PACKAGE_PYTHON_DECORATOR # runtime
select BR2_PACKAGE_PYTHON_JEDI # runtime
select BR2_PACKAGE_PYTHON_PICKLESHARE # runtime
select BR2_PACKAGE_PYTHON_PROMPT_TOOLKIT # runtime
select BR2_PACKAGE_PYTHON_PYGMENTS # runtime
select BR2_PACKAGE_PYTHON_PEXPECT # runtime
select BR2_PACKAGE_PYTHON_TRAITLETS # runtime
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/