Metadata-Version: 2.1
Name: jupyter-console
Version: 6.5.1
Summary: Jupyter terminal console
Home-page: https://jupyter.org
Author: Jupyter Development Team
Author-email: jupyter@googlegroups.com
License: BSD
Keywords: Interactive,Interpreter,Shell,Web
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: jupyter-client (>=7.0.0)
Requires-Dist: jupyter-core (!=5.0.*,>=4.12)
Requires-Dist: ipython
Requires-Dist: ipykernel (>=6.14)
Requires-Dist: prompt-toolkit (>=3.0.30)
Requires-Dist: pygments
Requires-Dist: pyzmq (>=17)
Requires-Dist: traitlets (>=5.4)
Provides-Extra: test
Requires-Dist: pexpect ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'

An IPython-like terminal frontend for Jupyter kernels in any language.
