Metadata-Version: 2.1
Name: nbconvert
Version: 5.4.0
Summary: Converting Jupyter Notebooks
Home-page: https://jupyter.org
Author: Jupyter Development Team
Author-email: jupyter@googlegroups.com
License: BSD
Project-URL: Documentation, https://nbconvert.readthedocs.io/en/latest/
Project-URL: Funding, https://numfocus.org/
Project-URL: Source, https://github.com/jupyter/nbconvert
Project-URL: Tracker, https://github.com/jupyter/nbconvert/issues
Description: 
        
        Nbconvert is a Command Line tool and Python library and API to process and
        convert Jupyter notebook into a variety of other formats.
        
        Using nbconvert enables:
        
          - presentation of information in familiar formats, such as PDF.
          - publishing of research using LaTeX and opens the door for embedding notebooks in papers.
          - collaboration with others who may not use the notebook in their work.
          - sharing contents with many people via the web using HTML.
        
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 :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Description-Content-Type: text/markdown
Provides-Extra: all
Provides-Extra: serve
Provides-Extra: docs
Provides-Extra: test
Provides-Extra: execute
