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

@ -1,5 +1,6 @@
[workspace]
resolver = "3"
members = [
"ckan_geoconnex_bulk_runner",
"ckan_geoconnex_bulk_runner",
"ckan_geoconnex_bulk_runner_py",
]