METADATA 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. Metadata-Version: 2.1
  2. Name: ipython
  3. Version: 8.16.1
  4. Summary: IPython: Productive Interactive Computing
  5. Home-page: https://ipython.org
  6. Author: The IPython Development Team
  7. Author-email: ipython-dev@python.org
  8. License: BSD-3-Clause
  9. Project-URL: Documentation, https://ipython.readthedocs.io/
  10. Project-URL: Funding, https://numfocus.org/
  11. Project-URL: Source, https://github.com/ipython/ipython
  12. Project-URL: Tracker, https://github.com/ipython/ipython/issues
  13. Keywords: Interactive,Interpreter,Shell,Embedding
  14. Platform: Linux
  15. Platform: Mac OSX
  16. Platform: Windows
  17. Classifier: Framework :: IPython
  18. Classifier: Framework :: Jupyter
  19. Classifier: Intended Audience :: Developers
  20. Classifier: Intended Audience :: Science/Research
  21. Classifier: License :: OSI Approved :: BSD License
  22. Classifier: Programming Language :: Python
  23. Classifier: Programming Language :: Python :: 3
  24. Classifier: Programming Language :: Python :: 3 :: Only
  25. Classifier: Topic :: System :: Shells
  26. Requires-Python: >=3.9
  27. Description-Content-Type: text/x-rst
  28. License-File: LICENSE
  29. Requires-Dist: backcall
  30. Requires-Dist: decorator
  31. Requires-Dist: jedi >=0.13
  32. Requires-Dist: matplotlib-inline
  33. Requires-Dist: pickleshare
  34. Requires-Dist: prompt-toolkit !=3.0.37,<3.1.0,>=3.0.30
  35. Requires-Dist: pygments >=2.4.0
  36. Requires-Dist: stack-data
  37. Requires-Dist: traitlets >=5
  38. Requires-Dist: typing-extensions ; python_version < "3.10"
  39. Requires-Dist: exceptiongroup ; python_version < "3.11"
  40. Requires-Dist: pexpect >4.3 ; sys_platform != "win32"
  41. Requires-Dist: appnope ; sys_platform == "darwin"
  42. Requires-Dist: colorama ; sys_platform == "win32"
  43. Provides-Extra: all
  44. Requires-Dist: black ; extra == 'all'
  45. Requires-Dist: ipykernel ; extra == 'all'
  46. Requires-Dist: setuptools >=18.5 ; extra == 'all'
  47. Requires-Dist: sphinx >=1.3 ; extra == 'all'
  48. Requires-Dist: sphinx-rtd-theme ; extra == 'all'
  49. Requires-Dist: docrepr ; extra == 'all'
  50. Requires-Dist: matplotlib ; extra == 'all'
  51. Requires-Dist: stack-data ; extra == 'all'
  52. Requires-Dist: pytest <7 ; extra == 'all'
  53. Requires-Dist: typing-extensions ; extra == 'all'
  54. Requires-Dist: exceptiongroup ; extra == 'all'
  55. Requires-Dist: pytest <7.1 ; extra == 'all'
  56. Requires-Dist: pytest-asyncio ; extra == 'all'
  57. Requires-Dist: testpath ; extra == 'all'
  58. Requires-Dist: nbconvert ; extra == 'all'
  59. Requires-Dist: nbformat ; extra == 'all'
  60. Requires-Dist: ipywidgets ; extra == 'all'
  61. Requires-Dist: notebook ; extra == 'all'
  62. Requires-Dist: ipyparallel ; extra == 'all'
  63. Requires-Dist: qtconsole ; extra == 'all'
  64. Requires-Dist: curio ; extra == 'all'
  65. Requires-Dist: matplotlib !=3.2.0 ; extra == 'all'
  66. Requires-Dist: numpy >=1.21 ; extra == 'all'
  67. Requires-Dist: pandas ; extra == 'all'
  68. Requires-Dist: trio ; extra == 'all'
  69. Provides-Extra: black
  70. Requires-Dist: black ; extra == 'black'
  71. Provides-Extra: doc
  72. Requires-Dist: ipykernel ; extra == 'doc'
  73. Requires-Dist: setuptools >=18.5 ; extra == 'doc'
  74. Requires-Dist: sphinx >=1.3 ; extra == 'doc'
  75. Requires-Dist: sphinx-rtd-theme ; extra == 'doc'
  76. Requires-Dist: docrepr ; extra == 'doc'
  77. Requires-Dist: matplotlib ; extra == 'doc'
  78. Requires-Dist: stack-data ; extra == 'doc'
  79. Requires-Dist: pytest <7 ; extra == 'doc'
  80. Requires-Dist: typing-extensions ; extra == 'doc'
  81. Requires-Dist: exceptiongroup ; extra == 'doc'
  82. Requires-Dist: pytest <7.1 ; extra == 'doc'
  83. Requires-Dist: pytest-asyncio ; extra == 'doc'
  84. Requires-Dist: testpath ; extra == 'doc'
  85. Provides-Extra: kernel
  86. Requires-Dist: ipykernel ; extra == 'kernel'
  87. Provides-Extra: nbconvert
  88. Requires-Dist: nbconvert ; extra == 'nbconvert'
  89. Provides-Extra: nbformat
  90. Requires-Dist: nbformat ; extra == 'nbformat'
  91. Provides-Extra: notebook
  92. Requires-Dist: ipywidgets ; extra == 'notebook'
  93. Requires-Dist: notebook ; extra == 'notebook'
  94. Provides-Extra: parallel
  95. Requires-Dist: ipyparallel ; extra == 'parallel'
  96. Provides-Extra: qtconsole
  97. Requires-Dist: qtconsole ; extra == 'qtconsole'
  98. Provides-Extra: terminal
  99. Provides-Extra: test
  100. Requires-Dist: pytest <7.1 ; extra == 'test'
  101. Requires-Dist: pytest-asyncio ; extra == 'test'
  102. Requires-Dist: testpath ; extra == 'test'
  103. Provides-Extra: test_extra
  104. Requires-Dist: pytest <7.1 ; extra == 'test_extra'
  105. Requires-Dist: pytest-asyncio ; extra == 'test_extra'
  106. Requires-Dist: testpath ; extra == 'test_extra'
  107. Requires-Dist: curio ; extra == 'test_extra'
  108. Requires-Dist: matplotlib !=3.2.0 ; extra == 'test_extra'
  109. Requires-Dist: nbformat ; extra == 'test_extra'
  110. Requires-Dist: numpy >=1.21 ; extra == 'test_extra'
  111. Requires-Dist: pandas ; extra == 'test_extra'
  112. Requires-Dist: trio ; extra == 'test_extra'
  113. IPython provides a rich toolkit to help you make the most out of using Python
  114. interactively. Its main components are:
  115. * A powerful interactive Python shell
  116. * A `Jupyter <https://jupyter.org/>`_ kernel to work with Python code in Jupyter
  117. notebooks and other interactive frontends.
  118. The enhanced interactive Python shells have the following main features:
  119. * Comprehensive object introspection.
  120. * Input history, persistent across sessions.
  121. * Caching of output results during a session with automatically generated
  122. references.
  123. * Extensible tab completion, with support by default for completion of python
  124. variables and keywords, filenames and function keywords.
  125. * Extensible system of 'magic' commands for controlling the environment and
  126. performing many tasks related either to IPython or the operating system.
  127. * A rich configuration system with easy switching between different setups
  128. (simpler than changing $PYTHONSTARTUP environment variables every time).
  129. * Session logging and reloading.
  130. * Extensible syntax processing for special purpose situations.
  131. * Access to the system shell with user-extensible alias system.
  132. * Easily embeddable in other Python programs and GUIs.
  133. * Integrated access to the pdb debugger and the Python profiler.
  134. The latest development version is always available from IPython's `GitHub
  135. site <http://github.com/ipython>`_.