Metadata-Version: 2.1
Name: nbformat
Version: 5.5.0b1
Summary: The Jupyter Notebook format
Keywords: Interactive,Interpreter,Shell,Web
Author-email: Jupyter Development Team <jupyter@googlegroups.com>
Requires-Python: >=3.7
Description-Content-Type: text/plain
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-Dist: fastjsonschema
Requires-Dist: jsonschema>=2.6
Requires-Dist: jupyter_core
Requires-Dist: traitlets>=5.1
Requires-Dist: check-manifest ; extra == "test"
Requires-Dist: testpath ; extra == "test"
Requires-Dist: pytest ; extra == "test"
Requires-Dist: pre-commit ; extra == "test"
Requires-Dist: pep440 ; extra == "test"
Project-URL: Homepage, https://jupyter.org
Provides-Extra: test

This package contains the base implementation of the Jupyter Notebook format,
and Python APIs for working with notebooks.
