Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
@@ -0,0 +1,25 @@
[build]
type = "python"
[dependencies]
build = [
"python-setuptools",
"python-wheel",
]
optional = [
"python-yaml",
"python-pygments",
]
runtime = ["python"]
[package]
description = "Python implementation of John Gruber's Markdown"
homepage = "https://python-markdown.github.io/"
license = "BSD-3-Clause"
name = "python-markdown"
version = "3.10.2"
[[source]]
extract_dir = "$name-$version"
sha256 = "994d51325d25ad8aa7ce4ebaec003febcce822c3f8c911e3b17c52f7f589f950"
url = "https://github.com/Python-Markdown/markdown/releases/download/$version/markdown-$version.tar.gz"