datashare-python 0.8.4__py3-none-any.whl → 0.8.6__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -77,10 +77,16 @@ to the documentation to learn how to do so."""
77
77
  async def start(
78
78
  queue: Annotated[str, typer.Option("--queue", "-q", help=_WORKER_QUEUE_HELP)],
79
79
  workflows: Annotated[
80
- list[str] | None, typer.Option(help=_START_WORKER_WORKFLOWS_HELP)
80
+ list[str] | None,
81
+ typer.Option(
82
+ "--workflows", "--workflow", "-w", help=_START_WORKER_WORKFLOWS_HELP
83
+ ),
81
84
  ] = None,
82
85
  activities: Annotated[
83
- list[str] | None, typer.Option(help=_START_WORKER_ACTIVITIES_HELP)
86
+ list[str] | None,
87
+ typer.Option(
88
+ "--activities", "--activity", "-a", help=_START_WORKER_ACTIVITIES_HELP
89
+ ),
84
90
  ] = None,
85
91
  dependencies: Annotated[
86
92
  str | None, typer.Option(help=_START_WORKER_DEPS_HELP)
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: datashare-python
3
- Version: 0.8.4
3
+ Version: 0.8.6
4
4
  Summary: Manage Python tasks and local resources in Datashare
5
5
  Project-URL: Homepage, https://icij.github.io/datashare-python/
6
6
  Project-URL: Documentation, https://icij.github.io/datashare-python/
@@ -18,4 +18,4 @@ Requires-Dist: python-json-logger~=4.0
18
18
  Requires-Dist: pyyaml~=6.0
19
19
  Requires-Dist: temporalio~=1.23
20
20
  Requires-Dist: tomlkit~=0.14.0
21
- Requires-Dist: typer~=0.15.4
21
+ Requires-Dist: typer<0.25.1,>=0.15.4
@@ -14,14 +14,14 @@ datashare_python/task_client.py,sha256=oTmP8bvZW0UyhLNMi1AV3XIAx7hrdbxNRss2Mw2az
14
14
  datashare_python/template.py,sha256=RxKTYLXoS_EQ8Jc41JkBXppPdbCFqDWfP3BmC0gvB5o,4024
15
15
  datashare_python/types_.py,sha256=9Hk1XqpdXbM1TnEzwvJ5G9ABbaCZW9KgBTtiPBVn_7k,649
16
16
  datashare_python/utils.py,sha256=gX3_RJEJS0sAYBNVfBLoWJu7_hIANhylSAohzXVW-yQ,17982
17
- datashare_python/worker-template.tar.gz,sha256=TEochu1G8nlKiJKmFUxtG89zg5tWTB7afuxTVsaItVU,287133
17
+ datashare_python/worker-template.tar.gz,sha256=pZ0RxK6Jfp9AE42U0Gz08ydf5-ZBRDTCc_M3uxLn9LM,287123
18
18
  datashare_python/worker.py,sha256=czrN9Z0fPFX-6KHinX8Orx4vb9tpta2e7Qs6H0NiYyE,7534
19
19
  datashare_python/cli/__init__.py,sha256=9BPWtssDgsVfWMsZ1TtZCla0EC_kai4RHttr8oNLYOE,1401
20
20
  datashare_python/cli/project.py,sha256=w32Gy9AOL5B00uDT4in7YUCt2g68FnNbvwg2M3a8G6o,946
21
21
  datashare_python/cli/task.py,sha256=8mvKGS21bZ14BgZ0Uo-dfameljkaI2ZBha80ywCy-E8,5822
22
22
  datashare_python/cli/utils.py,sha256=p69CQb0zfixuyBkiZprhdMCc_NuYwXyAn6vC9H1UzAw,911
23
- datashare_python/cli/worker.py,sha256=I4KTpFIpXFowioFn72Rm6LBCYlY-Dhp4NBIPvtRgUXE,5283
24
- datashare_python-0.8.4.dist-info/METADATA,sha256=fVn8GUHkLQ5tGSpvOMbxyp7z06QWSQa-Zl9FNhr5uq4,921
25
- datashare_python-0.8.4.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
26
- datashare_python-0.8.4.dist-info/entry_points.txt,sha256=ILE7auxabHWiu3GC-AunWnzjhOI_SbZp7D4GqZHlLw4,68
27
- datashare_python-0.8.4.dist-info/RECORD,,
23
+ datashare_python/cli/worker.py,sha256=QAbWE3fcjndxdN_OrCXfqg9gZ74PG2vagAK9dKPWZ6M,5416
24
+ datashare_python-0.8.6.dist-info/METADATA,sha256=7V_qr7QuJ6SVnXa5y6hG2OkNEe5M814Zmnynm_omnSE,929
25
+ datashare_python-0.8.6.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
26
+ datashare_python-0.8.6.dist-info/entry_points.txt,sha256=ILE7auxabHWiu3GC-AunWnzjhOI_SbZp7D4GqZHlLw4,68
27
+ datashare_python-0.8.6.dist-info/RECORD,,