fix: add basic execution methods for batch handler
also logic for batch data files, and deletion
This commit is contained in:
parent
a514d9cfba
commit
3585eca65b
8 changed files with 402 additions and 2 deletions
|
@ -26,6 +26,7 @@ classifiers = [
|
|||
]
|
||||
requires-python = ">= 3.8"
|
||||
dependencies = [
|
||||
"humanize",
|
||||
'importlib-metadata; python_version < "3.10"',
|
||||
"importlib_resources ; python_version < '3.9'",
|
||||
"Mako",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue