feat: add initial Python package

This commit is contained in:
rzmk 2026-05-22 17:48:35 -04:00
parent e6b29be459
commit 71b08a53f0
8 changed files with 290 additions and 7 deletions

View file

@ -0,0 +1,13 @@
[build-system]
requires = ["maturin>=1.13,<2.0"]
build-backend = "maturin"
[project]
name = "ckan_geoconnex_bulk_runner_py"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dynamic = ["version"]