1config BR2_PACKAGE_PYTHON_IPYTHON
2	bool "python-ipython"
3	select BR2_PACKAGE_PYTHON3_SQLITE # runtime
4	select BR2_PACKAGE_PYTHON_BACKCALL # runtime
5	select BR2_PACKAGE_PYTHON_DECORATOR # runtime
6	select BR2_PACKAGE_PYTHON_JEDI # runtime
7	select BR2_PACKAGE_PYTHON_MATPLOTLIB_INLINE # runtime
8	select BR2_PACKAGE_PYTHON_PICKLESHARE # runtime
9	select BR2_PACKAGE_PYTHON_PROMPT_TOOLKIT # runtime
10	select BR2_PACKAGE_PYTHON_PYGMENTS  # runtime
11	select BR2_PACKAGE_PYTHON_PEXPECT # runtime
12	select BR2_PACKAGE_PYTHON_STACK_DATA # runtime
13	select BR2_PACKAGE_PYTHON_TRAITLETS  # runtime
14	help
15	  IPython is a command shell for interactive computing in
16	  multiple programming languages, originally developed for the
17	  Python programming language, that offers enhanced
18	  introspection, rich media, additional shell syntax, tab
19	  completion, and rich history.
20
21	  http://ipython.org/
22