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,19 @@
[build]
type = "python"
[dependencies]
build = ["python-setuptools"]
optional = ["python-pystemmer"]
runtime = ["python"]
[package]
description = "Snowball stemming library collection for Python"
homepage = "https://snowballstem.org/"
license = "BSD-3-Clause"
name = "python-snowballstemmer"
version = "3.0.0.1"
[[source]]
extract_dir = "$name-$version"
sha256 = "1d09493a5ecc85fb5b433674e9c83fcd41c6739b6979ce4b54e81a40ec078342"
url = "https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-$version.tar.gz"