METADATA 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. Metadata-Version: 2.1
  2. Name: ipykernel
  3. Version: 4.10.1
  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. 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. Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
  21. Requires-Dist: ipython (>=4.0.0)
  22. Requires-Dist: traitlets (>=4.1.0)
  23. Requires-Dist: jupyter-client
  24. Requires-Dist: tornado (>=4.0)
  25. Provides-Extra: test
  26. Requires-Dist: pytest ; extra == 'test'
  27. Requires-Dist: pytest-cov ; extra == 'test'
  28. Requires-Dist: nose ; extra == 'test'
  29. Requires-Dist: mock ; (python_version=="2.7") and extra == 'test'
  30. UNKNOWN