Metadata-Version: 2.1 Name: nbformat Version: 5.4.0 Summary: The Jupyter Notebook format Home-page: http://jupyter.org Author: Jupyter Development Team Author-email: jupyter@googlegroups.com License: BSD Project-URL: Documentation, http://nbformat.readthedocs.io/ Project-URL: Funding, https://numfocus.org/donate-to-jupyter Project-URL: Source, https://github.com/jupyter/nbformat Project-URL: Tracker, https://github.com/jupyter/nbformat/issues Keywords: Interactive,Interpreter,Shell,Web Platform: Linux Platform: Mac OS X Platform: Windows Classifier: Intended Audience :: Developers Classifier: Intended Audience :: System Administrators Classifier: Intended Audience :: Science/Research Classifier: License :: OSI Approved :: BSD License Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Requires-Python: >=3.7 License-File: COPYING.md Requires-Dist: traitlets (>=5.1) Requires-Dist: jsonschema (>=2.6) Requires-Dist: jupyter-core Requires-Dist: fastjsonschema Provides-Extra: test Requires-Dist: check-manifest ; extra == 'test' Requires-Dist: testpath ; extra == 'test' Requires-Dist: pytest ; extra == 'test' Requires-Dist: pre-commit ; extra == 'test' This package contains the base implementation of the Jupyter Notebook format, and Python APIs for working with notebooks.