experimental/cuda-ubi9/: mistune-3.0.2 metadata and description

Simple index

A sane and fast Markdown parser with useful plugins and renderers

author_email Hsiaoming Yang <me@lepture.com>
classifiers
  • Development Status :: 4 - Beta
  • Environment :: Console
  • Environment :: Web Environment
  • Intended Audience :: Developers
  • License :: OSI Approved :: BSD License
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: Implementation :: CPython
  • Programming Language :: Python :: Implementation :: PyPy
  • Topic :: Text Processing :: Markup
description_content_type text/x-rst
license BSD-3-Clause
project_urls
  • Documentation, https://mistune.lepture.com/
  • Source, https://github.com/lepture/mistune
  • Donate, https://github.com/sponsors/lepture
requires_python >=3.7
File Tox results History
mistune-3.0.2-py3-none-any.whl
Size
47 KB
Type
Python Wheel
Python
3

A fast yet powerful Python Markdown parser with renderers and plugins.

Overview

Convert Markdown to HTML with ease:

import mistune
mistune.html(your_markdown_text)

License

Mistune is licensed under BSD. Please see LICENSE for licensing details.