You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.1 KiB

4 years ago
  1. Metadata-Version: 2.0
  2. Name: ipykernel
  3. Version: 4.9.0
  4. Summary: IPython Kernel for Jupyter
  5. Home-page: http://ipython.org
  6. Author: IPython Development Team
  7. Author-email: ipython-dev@scipy.org
  8. License: BSD
  9. Description-Content-Type: UNKNOWN
  10. Keywords: Interactive,Interpreter,Shell,Web
  11. Platform: Linux
  12. Platform: Mac OS X
  13. Platform: Windows
  14. Classifier: Intended Audience :: Developers
  15. Classifier: Intended Audience :: System Administrators
  16. Classifier: Intended Audience :: Science/Research
  17. Classifier: License :: OSI Approved :: BSD License
  18. Classifier: Programming Language :: Python
  19. Classifier: Programming Language :: Python :: 2.7
  20. Classifier: Programming Language :: Python :: 3
  21. Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
  22. Requires-Dist: ipython (>=4.0.0)
  23. Requires-Dist: traitlets (>=4.1.0)
  24. Requires-Dist: jupyter-client
  25. Requires-Dist: tornado (>=4.0)
  26. Provides-Extra: test
  27. Requires-Dist: pytest; extra == 'test'
  28. Requires-Dist: pytest-cov; extra == 'test'
  29. Requires-Dist: nose; extra == 'test'
  30. Provides-Extra: test
  31. Requires-Dist: mock; python_version=="2.7" and extra == 'test'
  32. UNKNOWN