ppc64le/linux/: markdown-3.8 metadata and description

Simple index

Python implementation of John Gruber's Markdown.

author Manfred Stienstra, Yuri Takhteyev
author_email Waylan limberg <[email protected]>
classifiers
  • Development Status :: 5 - Production/Stable
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: 3.13
  • 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_expression BSD-3-Clause
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 docs
requires_dist
  • importlib-metadata>=4.4; python_version < "3.10"
  • coverage; extra == "testing"
  • pyyaml; extra == "testing"
  • mkdocs>=1.6; 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.9
File Tox results History
markdown-3.8-py3-none-any.whl
Size
106 KB
Type
Python Wheel
Python
3

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.