Metadata-Version: 2.1
Name: myst-nb
Version: 0.9.0
Summary: A Jupyter Notebook Sphinx reader built on top of the MyST markdown parser.
Home-page: https://github.com/executablebooks/myst_nb
Author: ExecutableBookProject
Author-email: choldgraf@berkeley.edu
License: BSD-3
Description: # MyST-NB
        
        [![Github-CI][github-ci]][github-link]
        [![Coverage Status][codecov-badge]][codecov-link]
        [![Documentation Status][rtd-badge]][rtd-link]
        [![PyPI][pypi-badge]][pypi-link]
        
        A collection of tools for working with Jupyter Notebooks in Sphinx.
        
        The primary tool this package provides is a Sphinx parser for `ipynb` files.
        This allows you to directly convert Jupyter Notebooks into Sphinx documents.
        It relies heavily on the [`MyST` parser](https://github.com/executablebooks/myst-parser).
        
        For more information, [see the MyST-NB documentation](https://myst-nb.readthedocs.io/en/latest/)
        
        ## Contributing
        
        We welcome all contributions!
        See the [Contributing Guide](https://myst-nb.readthedocs.io/en/latest/develop/contributing.html) for more details.
        
        [github-ci]: https://github.com/executablebooks/MyST-NB/workflows/continuous-integration/badge.svg?branch=master
        [github-link]: https://github.com/executablebooks/MyST-NB
        [rtd-badge]: https://readthedocs.org/projects/myst-nb/badge/?version=latest
        [rtd-link]: https://myst-nb.readthedocs.io/en/latest/?badge=latest
        [codecov-badge]: https://codecov.io/gh/executablebooks/MyST-NB/branch/master/graph/badge.svg
        [codecov-link]: https://codecov.io/gh/executablebooks/MyST-NB
        [pypi-badge]: https://img.shields.io/pypi/v/myst-nb.svg
        [pypi-link]: https://pypi.org/project/myst-nb
        
Keywords: markdown lexer parser development docutils sphinx
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup
Classifier: Framework :: Sphinx :: Extension
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: code_style
Provides-Extra: testing
Provides-Extra: rtd
