python-mistletoe 0.9.0-ok1 source package in openKylin

Changelog

python-mistletoe (0.9.0-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- sufang <email address hidden>  Thu, 03 Nov 2022 17:34:21 +0800

Upload details

Uploaded by:
sufang
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main python
Yangtze V1.0 proposed main python

Downloads

File Size SHA-256 Checksum
python-mistletoe_0.9.0.orig.tar.gz 98.7 KiB 0dff9b82275ff37721b3421ab9229fe73cebc096954b05f70a83e0f56278de34
python-mistletoe_0.9.0-ok1.debian.tar.xz 3.0 KiB 627ec7a74987c0959303857bc9d29e665021ea9dd326670b747774a37848b374
python-mistletoe_0.9.0-ok1.dsc 1.8 KiB 7c57b28455d1ca261aa355a922f97490e62c64ccbb4c988dca3ab2fc401c0a52

View changes file

Binary packages built by this source

python3-mistletoe: fast, extensible Markdown parser in pure Python

 mistletoe is a Markdown parser in pure Python,
 designed to be fast, spec-compliant and fully customizable.
 .
 Apart from being the fastest
 CommonMark-compliant Markdown parser implementation in pure Python,
 mistletoe also supports easy definitions of custom tokens.
 Parsing Markdown into an abstract syntax tree
 also allows swapping out renderers for different output formats,
 without touching any of the core components.
 .
 CommonMark is a dialect of Markdown with a strict specification.
 .
 Markdown is a lightweight markup language
 with plain-text-formatting syntax.