METADATA 995 B

1234567891011121314151617181920212223242526272829
  1. Metadata-Version: 2.0
  2. Name: jupyter
  3. Version: 1.0.0
  4. Summary: Jupyter metapackage. Install all the Jupyter components in one go.
  5. Home-page: http://jupyter.org
  6. Author: Jupyter Development Team
  7. Author-email: jupyter@googlegroups.org
  8. License: BSD
  9. Platform: UNKNOWN
  10. Classifier: Intended Audience :: Developers
  11. Classifier: Intended Audience :: System Administrators
  12. Classifier: Intended Audience :: Science/Research
  13. Classifier: License :: OSI Approved :: BSD License
  14. Classifier: Programming Language :: Python
  15. Classifier: Programming Language :: Python :: 2
  16. Classifier: Programming Language :: Python :: 2.7
  17. Classifier: Programming Language :: Python :: 3
  18. Classifier: Programming Language :: Python :: 3.3
  19. Classifier: Programming Language :: Python :: 3.4
  20. Requires-Dist: notebook
  21. Requires-Dist: qtconsole
  22. Requires-Dist: jupyter-console
  23. Requires-Dist: nbconvert
  24. Requires-Dist: ipykernel
  25. Requires-Dist: ipywidgets
  26. Install the Jupyter system, including the notebook, qtconsole, and the IPython kernel.