Ravenports generated: 21 Feb 2024 17:31
[ravenports.git] / bucket_0B / python-myst-parser
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-myst-parser
4 VERSION=                2.0.0
5 KEYWORDS=               python
6 VARIANTS=               v11 v12
7 SDESC[v11]=             Extended commonmark compliant parser (3.11)
8 SDESC[v12]=             Extended commonmark compliant parser (3.12)
9 HOMEPAGE=               https://github.com/executablebooks/MyST-Parser
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPIWHL/1d/f6/6d61a023d758f488e36638076e8a4ec4447a2cdf86938cf6c60cf1c860e6
14 DISTFILE[1]=            myst_parser-2.0.0-py3-none-any.whl:main
15 DF_INDEX=               1
16 SPKGS[v11]=             single
17 SPKGS[v12]=             single
18
19 OPTIONS_AVAILABLE=      PY311 PY312
20 OPTIONS_STANDARD=       none
21 VOPTS[v11]=             PY311=ON PY312=OFF
22 VOPTS[v12]=             PY311=OFF PY312=ON
23
24 DISTNAME=               myst_parser-2.0.0.dist-info
25
26 GENERATED=              yes
27
28 [PY311].RUN_DEPENDS_ON=                 python-docutils:single:v11
29                                         python-Jinja2:single:v11
30                                         python-markdown-it-py:single:v11
31                                         python-mdit-py-plugins:single:v11
32                                         python-PyYAML:single:v11
33                                         python-Sphinx:single:v11
34 [PY311].USES_ON=                        python:v11,wheel
35
36 [PY312].RUN_DEPENDS_ON=                 python-docutils:single:v12
37                                         python-Jinja2:single:v12
38                                         python-markdown-it-py:single:v12
39                                         python-mdit-py-plugins:single:v12
40                                         python-PyYAML:single:v12
41                                         python-Sphinx:single:v12
42 [PY312].USES_ON=                        python:v12,wheel
43
44 [FILE:2463:descriptions/desc.single]
45 # MyST-Parser
46
47 [![Github-CI][github-ci]][github-link]
48 [![Coverage Status][codecov-badge]][codecov-link]
49 [![Documentation Status][rtd-badge]][rtd-link]
50 [![Code style: black][black-badge]][black-link]
51 [![PyPI][pypi-badge]][pypi-link]
52 [![Conda][conda-badge]][conda-link]
53 [![PyPI - Downloads][install-badge]][install-link]
54
55 **MyST is a rich and extensible flavor of Markdown meant for technical
56 documentation and publishing**.
57
58 MyST is a flavor of markdown that is designed for simplicity, flexibility,
59 and extensibility.
60 This repository serves as the reference implementation of MyST Markdown, as
61 well as a collection of tools to support working with MyST in Python and
62 Sphinx.
63 It contains an extended [CommonMark]-compliant parser using
64 [`markdown-it-py`], as well as a [Sphinx] extension that allows you to
65 write MyST Markdown in Sphinx.
66
67 [**See the MyST Parser documentation for more information**].
68
69 ## Installation
70
71 To install the MyST parser, run the following in a
72 [Conda environment] (recommended):
73
74 ```bash
75 conda install -c conda-forge myst-parser
76 `
77
78 or
79
80 `bash
81 pip install myst-parser
82 ```
83
84 Or for package development:
85
86 ```bash
87 git clone https://github.com/executablebooks/MyST-Parser
88 cd MyST-Parser
89 git checkout master
90 pip install -e .[code_style,testing,rtd]
91 ```
92
93 To use the MyST parser in Sphinx, simply add: `extensions =
94 ["myst_parser"]` to your `conf.py`.
95
96 ## Contributing
97
98 We welcome all contributions!
99 See the [Contributing Guide] for more details.
100
101 [github-ci]:
102 https://github.com/executablebooks/MyST-Parser/workflows/continuous-integration/badge.svg?branch=master
103 [github-link]: https://github.com/executablebooks/MyST-Parser
104 [codecov-badge]:
105 https://codecov.io/gh/executablebooks/MyST-Parser/branch/master/graph/badge.svg
106 [codecov-link]: https://codecov.io/gh/executablebooks/MyST-Parser
107 [rtd-badge]:
108 https://readthedocs.org/projects/myst-parser/badge/?version=latest
109 [rtd-link]: https://myst-parser.readthedocs.io/en/latest/?badge=latest
110 [black-badge]: https://img.shields.io/badge/code%20style-black-000000.svg
111 [pypi-badge]: https://img.shields.io/pypi/v/myst-parser.svg
112 [pypi-link]: https://pypi.org/project/myst-parser
113 [conda-badge]:
114 https://anaconda.org/conda-forge/myst-parser/badges/version.svg
115 [conda-link]: https://anaconda.org/conda-forge/myst-parser
116 [black-link]: https://github.com/ambv/black
117 [install-badge]:
118 https://img.shields.io/pypi/dw/myst-parser?label=pypi%20installs
119 [install-link]: https://pypistats.org/packages/myst-parser
120
121
122 [FILE:113:distinfo]
123 7c36344ae39c8e740dad7fdabf5aa6fc4897a813083c6cc9990044eb93656b14        77158 myst_parser-2.0.0-py3-none-any.whl
124