# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-myst-parser VERSION= 5.0.0 KEYWORDS= python VARIANTS= v13 v14 SDESC[v13]= Extended commonmark compliant parser (3.13) SDESC[v14]= Extended commonmark compliant parser (3.14) HOMEPAGE= https://github.com/executablebooks/MyST-Parser CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/d3/ac/686789b9145413f1a61878c407210e41bfdb097976864e0913078b24098c DISTFILE[1]= myst_parser-5.0.0-py3-none-any.whl:main DIST_SUBDIR= python-src DF_INDEX= 1 SPKGS[v13]= single SPKGS[v14]= single OPTIONS_AVAILABLE= PY313 PY314 OPTIONS_STANDARD= none VOPTS[v13]= PY313=ON PY314=OFF VOPTS[v14]= PY313=OFF PY314=ON DISTNAME= myst_parser-5.0.0.dist-info GENERATED= yes [PY313].RUN_DEPENDS_ON= python-docutils:single:v13 python-Jinja2:single:v13 python-markdown-it-py:single:v13 python-mdit-py-plugins:single:v13 python-PyYAML:single:v13 python-Sphinx:single:v13 [PY313].USES_ON= python:v13,wheel [PY314].RUN_DEPENDS_ON= python-docutils:single:v14 python-Jinja2:single:v14 python-markdown-it-py:single:v14 python-mdit-py-plugins:single:v14 python-PyYAML:single:v14 python-Sphinx:single:v14 [PY314].USES_ON= python:v14,wheel [FILE:2471:descriptions/desc.single] # MyST-Parser [![Github-CI][github-ci]][github-link] [![Coverage Status][codecov-badge]][codecov-link] [![Documentation Status][rtd-badge]][rtd-link] [![Code style: black][black-badge]][black-link] [![PyPI][pypi-badge]][pypi-link] [![Conda][conda-badge]][conda-link] [![PyPI - Downloads][install-badge]][install-link] **MyST is a rich and extensible flavor of Markdown meant for technical documentation and publishing**. MyST is a flavor of markdown that is designed for simplicity, flexibility, and extensibility. This repository serves as the reference implementation of MyST Markdown, as well as a collection of tools to support working with MyST in Python and Sphinx. It contains an extended [CommonMark]-compliant parser using [`markdown-it-py`], as well as a [Sphinx] extension that allows you to write MyST Markdown in Sphinx. [**See the MyST Parser documentation for more information**]. ## Installation To install the MyST parser, run the following in a [Conda environment] (recommended): ```bash conda install -c conda-forge myst-parser ` or `bash pip install myst-parser ``` Or for package development: ```bash git clone https://github.com/executablebooks/MyST-Parser cd MyST-Parser git checkout master pip install -e .[code_style,linkify,testing,rtd] ``` To use the MyST parser in Sphinx, simply add: `extensions = ["myst_parser"]` to your `conf.py`. ## Contributing We welcome all contributions! See the [Contributing Guide] for more details. [github-ci]: https://github.com/executablebooks/MyST-Parser/workflows/continuous-integration/badge.svg?branch=master [github-link]: https://github.com/executablebooks/MyST-Parser [codecov-badge]: https://codecov.io/gh/executablebooks/MyST-Parser/branch/master/graph/badge.svg [codecov-link]: https://codecov.io/gh/executablebooks/MyST-Parser [rtd-badge]: https://readthedocs.org/projects/myst-parser/badge/?version=latest [rtd-link]: https://myst-parser.readthedocs.io/en/latest/?badge=latest [black-badge]: https://img.shields.io/badge/code%20style-black-000000.svg [pypi-badge]: https://img.shields.io/pypi/v/myst-parser.svg [pypi-link]: https://pypi.org/project/myst-parser [conda-badge]: https://anaconda.org/conda-forge/myst-parser/badges/version.svg [conda-link]: https://anaconda.org/conda-forge/myst-parser [black-link]: https://github.com/ambv/black [install-badge]: https://img.shields.io/pypi/dw/myst-parser?label=pypi%20installs [install-link]: https://pypistats.org/packages/myst-parser [FILE:124:distinfo] ab31e516024918296e169139072b81592336f2fef55b8986aa31c9f04b5f7211 84533 python-src/myst_parser-5.0.0-py3-none-any.whl