2
1

Config.in 731 B

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