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,21 @@
[build]
type = "python"
[dependencies]
build = [
"python-setuptools",
"python-wheel",
]
runtime = ["python"]
[package]
description = "Python module that implements an XML/HTML/XHTML Markup safe string"
homepage = "https://pypi.org/project/MarkupSafe/"
license = "BSD-3-Clause"
name = "python-markupsafe"
version = "3.0.3"
[[source]]
extract_dir = "$name-$version"
sha256 = "722695808f4b6457b320fdc131280796bdceb04ab50fe1795cd540799ebe1698"
url = "https://github.com/pallets/markupsafe/releases/download/$version/markupsafe-$version.tar.gz"