Config.in 824 B

1234567891011121314151617181920
  1. config 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_PICKLESHARE # runtime
  8. select BR2_PACKAGE_PYTHON_PROMPT_TOOLKIT # runtime
  9. select BR2_PACKAGE_PYTHON_PYGMENTS # runtime
  10. select BR2_PACKAGE_PYTHON_PEXPECT # runtime
  11. select BR2_PACKAGE_PYTHON_STACK_DATA # runtime
  12. select BR2_PACKAGE_PYTHON_TRAITLETS # runtime
  13. help
  14. IPython is a command shell for interactive computing in
  15. multiple programming languages, originally developed for the
  16. Python programming language, that offers enhanced
  17. introspection, rich media, additional shell syntax, tab
  18. completion, and rich history.
  19. http://ipython.org/