METADATA 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. Metadata-Version: 2.0
  2. Name: jupyter-console
  3. Version: 5.2.0
  4. Summary: Jupyter terminal console
  5. Home-page: https://jupyter.org
  6. Author: Jupyter Development Team
  7. Author-email: jupyter@googlegroups.com
  8. License: BSD
  9. Keywords: Interactive,Interpreter,Shell,Web
  10. Platform: Linux
  11. Platform: Mac OS X
  12. Platform: Windows
  13. Classifier: Intended Audience :: Developers
  14. Classifier: Intended Audience :: System Administrators
  15. Classifier: Intended Audience :: Science/Research
  16. Classifier: License :: OSI Approved :: BSD License
  17. Classifier: Programming Language :: Python
  18. Classifier: Programming Language :: Python :: 2.7
  19. Classifier: Programming Language :: Python :: 3
  20. Classifier: Programming Language :: Python :: 3.3
  21. Requires-Dist: ipykernel
  22. Requires-Dist: ipython
  23. Requires-Dist: jupyter-client
  24. Requires-Dist: prompt-toolkit (<2.0.0,>=1.0.0)
  25. Requires-Dist: pygments
  26. Provides-Extra: test
  27. Requires-Dist: mock; python_version=="2.7" and extra == 'test'
  28. Provides-Extra: test
  29. Requires-Dist: pexpect; sys_platform != "win32" and extra == 'test'
  30. An IPython-like terminal frontend for Jupyter kernels in any language.