xref: /OK3568_Linux_fs/buildroot/package/python-ipython/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_IPYTHON
2*4882a593Smuzhiyun	bool "python-ipython"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_PYTHON3
4*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON_BACKCALL # runtime
5*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON_DECORATOR # runtime
6*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON_JEDI # runtime
7*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON_PICKLESHARE # runtime
8*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON_PROMPT_TOOLKIT # runtime
9*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON_PYGMENTS  # runtime
10*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON_PEXPECT # runtime
11*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON_TRAITLETS  # runtime
12*4882a593Smuzhiyun	help
13*4882a593Smuzhiyun	  IPython is a command shell for interactive computing in
14*4882a593Smuzhiyun	  multiple programming languages, originally developed for the
15*4882a593Smuzhiyun	  Python programming language, that offers enhanced
16*4882a593Smuzhiyun	  introspection, rich media, additional shell syntax, tab
17*4882a593Smuzhiyun	  completion, and rich history.
18*4882a593Smuzhiyun
19*4882a593Smuzhiyun	  http://ipython.org/
20