Ravenports generated: 12 Feb 2024 04:56
[ravenports.git] / bucket_25 / python-Markdown
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-Markdown
4 VERSION=                3.5.2
5 KEYWORDS=               python
6 VARIANTS=               v11 v12
7 SDESC[v11]=             John Gruber's Markdown implementation (3.11)
8 SDESC[v12]=             John Gruber's Markdown implementation (3.12)
9 HOMEPAGE=               https://Python-Markdown.github.io/
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPIWHL/42/f4/f0031854de10a0bc7821ef9fca0b92ca0d7aa6fbfbf504c5473ba825e49c
14 DISTFILE[1]=            Markdown-3.5.2-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=               Markdown-3.5.2.dist-info
25
26 GENERATED=              yes
27
28 [PY311].USES_ON=                        python:v11,wheel
29
30 [PY312].USES_ON=                        python:v12,wheel
31
32 [FILE:2599:descriptions/desc.single]
33 [Python-Markdown][]
34 ===================
35
36 [![Build Status][build-button]][build]
37 [![Coverage Status][codecov-button]][codecov]
38 [![Latest Version][mdversion-button]][md-pypi]
39 [![Python Versions][pyversion-button]][md-pypi]
40 [![BSD License][bsdlicense-button]][bsdlicense]
41 [![Code of Conduct][codeofconduct-button]][Code of Conduct]
42
43 [build-button]:
44 https://github.com/Python-Markdown/markdown/workflows/CI/badge.svg?event=push
45 [build]:
46 https://github.com/Python-Markdown/markdown/actions?query=workflow%3ACI+event%3Apush
47 [codecov-button]:
48 https://codecov.io/gh/Python-Markdown/markdown/branch/master/graph/badge.svg
49 [codecov]: https://codecov.io/gh/Python-Markdown/markdown
50 [mdversion-button]: https://img.shields.io/pypi/v/Markdown.svg
51 [md-pypi]: https://pypi.org/project/Markdown/
52 [pyversion-button]: https://img.shields.io/pypi/pyversions/Markdown.svg
53 [bsdlicense-button]: https://img.shields.io/badge/license-BSD-yellow.svg
54 [bsdlicense]: https://opensource.org/licenses/BSD-3-Clause
55 [codeofconduct-button]:
56 https://img.shields.io/badge/code%20of%20conduct-contributor%20covenant-green.svg?style=flat-square
57 [Code of Conduct]:
58 https://github.com/Python-Markdown/markdown/blob/master/CODE_OF_CONDUCT.md
59
60 This is a Python implementation of John Gruber's [Markdown][].
61 It is almost completely compliant with the reference implementation,
62 though there are a few known issues. See [Features][] for information
63 on what exactly is supported and what is not. Additional features are
64 supported by the [Available Extensions][].
65
66 [Python-Markdown]: https://Python-Markdown.github.io/
67 [Markdown]: https://daringfireball.net/projects/markdown/
68 [Features]: https://Python-Markdown.github.io#Features
69 [Available Extensions]: https://Python-Markdown.github.io/extensions
70
71 Documentation
72 -------------
73
74 `bash
75 pip install markdown
76 `
77 ```python
78 import markdown
79 html = markdown.markdown(your_text_string)
80 ```
81
82 For more advanced [installation] and [usage] documentation, see the `docs/`
83 directory
84 of the distribution or the project website at
85 <https://Python-Markdown.github.io/>.
86
87 [installation]: https://python-markdown.github.io/install/
88 [usage]: https://python-markdown.github.io/reference/
89
90 See the change log at <https://python-markdown.github.io/changelog/>.
91
92 Support
93 -------
94
95 You may report bugs, ask for help, and discuss various other issues on the
96 [bug tracker][].
97
98 [bug tracker]: https://github.com/Python-Markdown/markdown/issues
99
100 Code of Conduct
101 ---------------
102
103 Everyone interacting in the Python-Markdown project's code bases, issue
104 trackers,
105 and mailing lists is expected to follow the [Code of Conduct].
106
107
108 [FILE:110:distinfo]
109 d43323865d89fc0cb9b20c75fc8ad313af307cc087e84b657d9eec768eddeadd       103870 Markdown-3.5.2-py3-none-any.whl
110