Files
packages/extra/python-charset-normalizer/python-charset-normalizer.toml
T
2026-03-21 12:43:00 -05:00

23 lines
458 B
TOML

[build]
type = "python"
[dependencies]
build = [
"git",
"mypy",
"python-setuptools",
"python-wheel",
]
runtime = ["python"]
[package]
description = "Encoding and language detection alternative to chardet"
homepage = "https://github.com/Ousret/charset_normalizer"
license = "MIT"
name = "python-charset-normalizer"
version = "3.4.5"
[[source]]
extract_dir = "$name-$version"
url = "https://github.com/jawah/charset_normalizer.git#$version"