ppc64le/linux/: markdown-3.6+ppc64le1 metadata and description

Simple index Newer version available

Python implementation of John Gruber's Markdown.

author Manfred Stienstra, Yuri Takhteyev
author_email Waylan limberg <[email protected]>
classifiers
  • Development Status :: 5 - Production/Stable
  • License :: OSI Approved :: BSD License
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: 3 :: Only
  • Programming Language :: Python :: Implementation :: CPython
  • Programming Language :: Python :: Implementation :: PyPy
  • Topic :: Communications :: Email :: Filters
  • Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
  • Topic :: Internet :: WWW/HTTP :: Site Management
  • Topic :: Software Development :: Documentation
  • Topic :: Software Development :: Libraries :: Python Modules
  • Topic :: Text Processing :: Filters
  • Topic :: Text Processing :: Markup :: HTML
  • Topic :: Text Processing :: Markup :: Markdown
  • Environment :: MetaData :: IBM Python Ecosystem
description_content_type text/markdown
dynamic
  • license-file
keywords markdown,markdown-parser,python-markdown,markdown-to-html
license BSD 3-Clause License Copyright 2007, 2008 The Python Markdown Project (v. 1.7 and later) Copyright 2004, 2005, 2006 Yuri Takhteyev (v. 0.2-1.6b) Copyright 2004 Manfred Stienstra (the original version) Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
license_file
  • LICENSE.md
maintainer Isaac Muse
maintainer_email Waylan Limberg <[email protected]>
project_urls
  • Homepage, https://Python-Markdown.github.io/
  • Documentation, https://Python-Markdown.github.io/
  • Repository, https://github.com/Python-Markdown/markdown
  • Issue Tracker, https://github.com/Python-Markdown/markdown/issues
  • Changelog, https://python-markdown.github.io/changelog/
provides_extras
  • testing
  • docs
requires_dist
  • importlib-metadata>=4.4; python_version < "3.10"
  • coverage; extra == "testing"
  • pyyaml; extra == "testing"
  • mkdocs>=1.5; extra == "docs"
  • mkdocs-nature>=0.6; extra == "docs"
  • mdx_gh_links>=0.2; extra == "docs"
  • mkdocstrings[python]; extra == "docs"
  • mkdocs-gen-files; extra == "docs"
  • mkdocs-section-index; extra == "docs"
  • mkdocs-literate-nav; extra == "docs"
requires_python >=3.8
File Tox results History
markdown-3.6+ppc64le1-py3-none-any.whl
Size
103 KB
Type
Python Wheel
Python
3
  • Replaced 1 time(s)
  • Uploaded to ppc64le/linux by ppc64le 2026-05-05 15:38:36

Python-Markdown

Build Status Coverage Status Latest Version Python Versions BSD License Code of Conduct

This is a Python implementation of John Gruber's Markdown. It is almost completely compliant with the reference implementation, though there are a few known issues. See Features for information on what exactly is supported and what is not. Additional features are supported by the Available Extensions.

Documentation

pip install markdown
import markdown
html = markdown.markdown(your_text_string)

For more advanced installation and usage documentation, see the docs/ directory of the distribution or the project website at https://Python-Markdown.github.io/.

See the change log at https://python-markdown.github.io/changelog/.

Support

You may report bugs, ask for help, and discuss various other issues on the bug tracker.

Code of Conduct

Everyone interacting in the Python-Markdown project's code bases, issue trackers, and mailing lists is expected to follow the Code of Conduct.

Export Classification Notice

The software hosted on this website consists of publicly available open‑source packages. To the extent U.S. export regulations apply, software that is publicly available as described in 15 C.F.R. §§ 734.7 (for non-encryption software) or 742.15(b) (for encryption software) is not subject to the Export Administration Regulations (EAR). Users are responsible for complying with all applicable export laws and regulations.