datashare-python 0.2.24__py3-none-any.whl → 0.2.25__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.
- datashare_python/cli/worker.py +1 -2
- datashare_python/worker-template.tar.gz +0 -0
- {datashare_python-0.2.24.dist-info → datashare_python-0.2.25.dist-info}/METADATA +1 -1
- {datashare_python-0.2.24.dist-info → datashare_python-0.2.25.dist-info}/RECORD +6 -6
- {datashare_python-0.2.24.dist-info → datashare_python-0.2.25.dist-info}/WHEEL +0 -0
- {datashare_python-0.2.24.dist-info → datashare_python-0.2.25.dist-info}/entry_points.txt +0 -0
datashare_python/cli/worker.py
CHANGED
|
@@ -5,10 +5,9 @@ from typing import Annotated
|
|
|
5
5
|
|
|
6
6
|
import typer
|
|
7
7
|
import yaml
|
|
8
|
-
from config import TemporalClientConfig
|
|
9
8
|
from icij_common.pydantic_utils import safe_copy
|
|
10
9
|
|
|
11
|
-
from datashare_python.config import WorkerConfig
|
|
10
|
+
from datashare_python.config import TemporalClientConfig, WorkerConfig
|
|
12
11
|
from datashare_python.discovery import discover, discover_activities, discover_workflows
|
|
13
12
|
from datashare_python.worker import bootstrap_worker, create_worker_id
|
|
14
13
|
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: datashare-python
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.25
|
|
4
4
|
Summary: Manage Pythoœn 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/
|
|
@@ -13,15 +13,15 @@ datashare_python/task_client.py,sha256=oTmP8bvZW0UyhLNMi1AV3XIAx7hrdbxNRss2Mw2az
|
|
|
13
13
|
datashare_python/template.py,sha256=RxKTYLXoS_EQ8Jc41JkBXppPdbCFqDWfP3BmC0gvB5o,4024
|
|
14
14
|
datashare_python/types_.py,sha256=9Hk1XqpdXbM1TnEzwvJ5G9ABbaCZW9KgBTtiPBVn_7k,649
|
|
15
15
|
datashare_python/utils.py,sha256=DQt-rBwC3Ok72u8VyerG3rqwUTx3ftLfPdMQ5cnRrgs,16801
|
|
16
|
-
datashare_python/worker-template.tar.gz,sha256=
|
|
16
|
+
datashare_python/worker-template.tar.gz,sha256=CTokaLmqZZ6tJPGT4N7YG9aDsP66yS1HvJN-IzWhh0c,142348
|
|
17
17
|
datashare_python/worker.py,sha256=A4SnmDB4y0ck6Wp_UZWdsSOyTvW54Z2Bq76gxtp-_PE,6070
|
|
18
18
|
datashare_python/cli/__init__.py,sha256=5MGSE_0SwlOiwbyPwsP8RIXlTBB2_GGP0zDg4l6UAIY,1479
|
|
19
19
|
datashare_python/cli/local.py,sha256=S-7qMpSqzi0oMvu01TCFEb8tayEvpw4pXMdCszKEYtU,986
|
|
20
20
|
datashare_python/cli/project.py,sha256=w32Gy9AOL5B00uDT4in7YUCt2g68FnNbvwg2M3a8G6o,946
|
|
21
21
|
datashare_python/cli/task.py,sha256=9If5OC7loG4C4gWWl4iOeqPJ4GOLlCWXQfuNLUHORrQ,5860
|
|
22
22
|
datashare_python/cli/utils.py,sha256=p69CQb0zfixuyBkiZprhdMCc_NuYwXyAn6vC9H1UzAw,911
|
|
23
|
-
datashare_python/cli/worker.py,sha256=
|
|
24
|
-
datashare_python-0.2.
|
|
25
|
-
datashare_python-0.2.
|
|
26
|
-
datashare_python-0.2.
|
|
27
|
-
datashare_python-0.2.
|
|
23
|
+
datashare_python/cli/worker.py,sha256=tJ2xj_TCyjZVh1Jlb_AknHEg8xn9Js90Vb39slew8t4,5160
|
|
24
|
+
datashare_python-0.2.25.dist-info/METADATA,sha256=yIqCI2amsvCqNeKqnJ0RJtHUV1OnrUn7Lue5DgbYWk0,958
|
|
25
|
+
datashare_python-0.2.25.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
|
|
26
|
+
datashare_python-0.2.25.dist-info/entry_points.txt,sha256=ILE7auxabHWiu3GC-AunWnzjhOI_SbZp7D4GqZHlLw4,68
|
|
27
|
+
datashare_python-0.2.25.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|