METADATA 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. Metadata-Version: 2.0
  2. Name: nbformat
  3. Version: 4.4.0
  4. Summary: The Jupyter Notebook format
  5. Home-page: http://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: ipython-genutils
  22. Requires-Dist: jsonschema (!=2.5.0,>=2.4)
  23. Requires-Dist: jupyter-core
  24. Requires-Dist: traitlets (>=4.1)
  25. Provides-Extra: test
  26. Requires-Dist: pytest; extra == 'test'
  27. Requires-Dist: pytest-cov; extra == 'test'
  28. Requires-Dist: testpath; extra == 'test'
  29. This package contains the base implementation of the Jupyter Notebook format,
  30. and Python APIs for working with notebooks.