datashare-python 0.2.11__tar.gz → 0.2.13__tar.gz
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-0.2.11 → datashare_python-0.2.13}/PKG-INFO +4 -3
- {datashare_python-0.2.11 → datashare_python-0.2.13}/pyproject.toml +5 -5
- {datashare_python-0.2.11 → datashare_python-0.2.13}/uv.lock +45 -45
- {datashare_python-0.2.11 → datashare_python-0.2.13}/.gitignore +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/README.md +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/datashare_python/.gitignore +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/datashare_python/__init__.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/datashare_python/__main__.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/datashare_python/cli/__init__.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/datashare_python/cli/local.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/datashare_python/cli/project.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/datashare_python/cli/task.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/datashare_python/cli/utils.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/datashare_python/cli/worker.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/datashare_python/config.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/datashare_python/conftest.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/datashare_python/constants.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/datashare_python/dependencies.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/datashare_python/discovery.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/datashare_python/exceptions.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/datashare_python/local_client.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/datashare_python/objects.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/datashare_python/task_client.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/datashare_python/template.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/datashare_python/types_.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/datashare_python/utils.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/datashare_python/worker.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/tests/__init__.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/tests/cli/test_project.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/tests/cli/test_tasks.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/tests/cli/test_worker.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/tests/conftest.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/tests/test_discovery.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/tests/test_object.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/tests/test_task_client.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/tests/test_template.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/tests/test_utils.py +0 -0
- {datashare_python-0.2.11 → datashare_python-0.2.13}/tests/test_worker.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: datashare-python
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.13
|
|
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/
|
|
@@ -11,10 +11,11 @@ Requires-Python: <4,>=3.11
|
|
|
11
11
|
Requires-Dist: aiohttp~=3.11.9
|
|
12
12
|
Requires-Dist: aiostream~=0.6.4
|
|
13
13
|
Requires-Dist: alive-progress~=3.2.0
|
|
14
|
+
Requires-Dist: datashare-worker-template~=0.1
|
|
15
|
+
Requires-Dist: hatchling~=1.27.0
|
|
14
16
|
Requires-Dist: icij-common[elasticsearch]~=0.7.3
|
|
15
17
|
Requires-Dist: nest-asyncio~=1.6.0
|
|
16
18
|
Requires-Dist: python-json-logger~=4.0.0
|
|
17
19
|
Requires-Dist: temporalio~=1.23.0
|
|
18
|
-
Requires-Dist: tomlkit
|
|
20
|
+
Requires-Dist: tomlkit~=0.14.0
|
|
19
21
|
Requires-Dist: typer~=0.15.4
|
|
20
|
-
Requires-Dist: worker-template
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "datashare-python"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.13"
|
|
4
4
|
description = "Manage Python tasks and local resources in Datashare"
|
|
5
5
|
authors = [
|
|
6
6
|
{ name = "Clément Doumouro", email = "cdoumouro@icij.org" },
|
|
@@ -18,8 +18,9 @@ dependencies = [
|
|
|
18
18
|
"nest-asyncio~=1.6.0",
|
|
19
19
|
"temporalio~=1.23.0",
|
|
20
20
|
"typer~=0.15.4",
|
|
21
|
-
"worker-template",
|
|
22
|
-
"tomlkit
|
|
21
|
+
"datashare-worker-template~=0.1",
|
|
22
|
+
"tomlkit~=0.14.0",
|
|
23
|
+
"hatchling~=1.27.0",
|
|
23
24
|
]
|
|
24
25
|
|
|
25
26
|
[project.urls]
|
|
@@ -45,7 +46,7 @@ artifacts = [
|
|
|
45
46
|
package = true
|
|
46
47
|
|
|
47
48
|
[tool.uv.sources]
|
|
48
|
-
worker-template = { path = "../worker-template", editable = true }
|
|
49
|
+
datashare-worker-template = { path = "../worker-template", editable = true }
|
|
49
50
|
|
|
50
51
|
[dependency-groups]
|
|
51
52
|
dev = [
|
|
@@ -59,7 +60,6 @@ dev = [
|
|
|
59
60
|
"redis[hiredis]~=5.2.1",
|
|
60
61
|
"ruff==0.15.2",
|
|
61
62
|
"typing-extensions~=4.15.0",
|
|
62
|
-
"worker-template",
|
|
63
63
|
]
|
|
64
64
|
|
|
65
65
|
[tool.pytest.ini_options]
|
|
@@ -304,19 +304,20 @@ wheels = [
|
|
|
304
304
|
|
|
305
305
|
[[package]]
|
|
306
306
|
name = "datashare-python"
|
|
307
|
-
version = "0.2.
|
|
307
|
+
version = "0.2.12"
|
|
308
308
|
source = { editable = "." }
|
|
309
309
|
dependencies = [
|
|
310
310
|
{ name = "aiohttp" },
|
|
311
311
|
{ name = "aiostream" },
|
|
312
312
|
{ name = "alive-progress" },
|
|
313
|
+
{ name = "datashare-worker-template" },
|
|
314
|
+
{ name = "hatchling" },
|
|
313
315
|
{ name = "icij-common", extra = ["elasticsearch"] },
|
|
314
316
|
{ name = "nest-asyncio" },
|
|
315
317
|
{ name = "python-json-logger" },
|
|
316
318
|
{ name = "temporalio" },
|
|
317
319
|
{ name = "tomlkit" },
|
|
318
320
|
{ name = "typer" },
|
|
319
|
-
{ name = "worker-template" },
|
|
320
321
|
]
|
|
321
322
|
|
|
322
323
|
[package.dev-dependencies]
|
|
@@ -331,7 +332,6 @@ dev = [
|
|
|
331
332
|
{ name = "redis", extra = ["hiredis"] },
|
|
332
333
|
{ name = "ruff" },
|
|
333
334
|
{ name = "typing-extensions" },
|
|
334
|
-
{ name = "worker-template" },
|
|
335
335
|
]
|
|
336
336
|
|
|
337
337
|
[package.metadata]
|
|
@@ -339,13 +339,14 @@ requires-dist = [
|
|
|
339
339
|
{ name = "aiohttp", specifier = "~=3.11.9" },
|
|
340
340
|
{ name = "aiostream", specifier = "~=0.6.4" },
|
|
341
341
|
{ name = "alive-progress", specifier = "~=3.2.0" },
|
|
342
|
+
{ name = "datashare-worker-template", editable = "../worker-template" },
|
|
343
|
+
{ name = "hatchling", specifier = "~=1.27.0" },
|
|
342
344
|
{ name = "icij-common", extras = ["elasticsearch"], specifier = "~=0.7.3" },
|
|
343
345
|
{ name = "nest-asyncio", specifier = "~=1.6.0" },
|
|
344
346
|
{ name = "python-json-logger", specifier = "~=4.0.0" },
|
|
345
347
|
{ name = "temporalio", specifier = "~=1.23.0" },
|
|
346
|
-
{ name = "tomlkit", specifier = "
|
|
348
|
+
{ name = "tomlkit", specifier = "~=0.14.0" },
|
|
347
349
|
{ name = "typer", specifier = "~=0.15.4" },
|
|
348
|
-
{ name = "worker-template", editable = "../worker-template" },
|
|
349
350
|
]
|
|
350
351
|
|
|
351
352
|
[package.metadata.requires-dev]
|
|
@@ -360,7 +361,45 @@ dev = [
|
|
|
360
361
|
{ name = "redis", extras = ["hiredis"], specifier = "~=5.2.1" },
|
|
361
362
|
{ name = "ruff", specifier = "==0.15.2" },
|
|
362
363
|
{ name = "typing-extensions", specifier = "~=4.15.0" },
|
|
363
|
-
|
|
364
|
+
]
|
|
365
|
+
|
|
366
|
+
[[package]]
|
|
367
|
+
name = "datashare-worker-template"
|
|
368
|
+
version = "0.1.2"
|
|
369
|
+
source = { editable = "../worker-template" }
|
|
370
|
+
dependencies = [
|
|
371
|
+
{ name = "datashare-python" },
|
|
372
|
+
{ name = "icij-common", extra = ["elasticsearch"] },
|
|
373
|
+
{ name = "pycountry" },
|
|
374
|
+
{ name = "temporalio" },
|
|
375
|
+
]
|
|
376
|
+
|
|
377
|
+
[package.metadata]
|
|
378
|
+
requires-dist = [
|
|
379
|
+
{ name = "datashare-python", editable = "." },
|
|
380
|
+
{ name = "icij-common", extras = ["elasticsearch"], specifier = "~=0.7.3" },
|
|
381
|
+
{ name = "pycountry", specifier = "~=26.2.16" },
|
|
382
|
+
{ name = "sentencepiece", marker = "extra == 'ml'", specifier = "~=0.2.1" },
|
|
383
|
+
{ name = "temporalio", specifier = "~=1.23.0" },
|
|
384
|
+
{ name = "torch", marker = "extra == 'ml'", specifier = "~=2.9.1", index = "https://download.pytorch.org/whl/cpu" },
|
|
385
|
+
{ name = "transformers", marker = "extra == 'ml'", specifier = "~=4.46.3" },
|
|
386
|
+
]
|
|
387
|
+
provides-extras = ["ml"]
|
|
388
|
+
|
|
389
|
+
[package.metadata.requires-dev]
|
|
390
|
+
dev = [
|
|
391
|
+
{ name = "black", specifier = ">=26.1.0" },
|
|
392
|
+
{ name = "datashare-python", editable = "." },
|
|
393
|
+
{ name = "nest-asyncio", specifier = ">=1.6.0" },
|
|
394
|
+
{ name = "pre-commit", specifier = ">=4.5.1" },
|
|
395
|
+
{ name = "psutil", specifier = ">=6.1.0" },
|
|
396
|
+
{ name = "pylint", specifier = "~=3.1.0" },
|
|
397
|
+
{ name = "pytest", specifier = "~=8.1" },
|
|
398
|
+
{ name = "pytest-asyncio", specifier = "~=0.24" },
|
|
399
|
+
{ name = "pytest-timeout", specifier = "==2.4.0" },
|
|
400
|
+
{ name = "redis", extras = ["hiredis"], specifier = ">=5.2.1" },
|
|
401
|
+
{ name = "ruff", specifier = "==0.15.2" },
|
|
402
|
+
{ name = "typing-extensions", specifier = ">=4.15.0" },
|
|
364
403
|
]
|
|
365
404
|
|
|
366
405
|
[[package]]
|
|
@@ -2159,45 +2198,6 @@ wheels = [
|
|
|
2159
2198
|
{ url = "https://files.pythonhosted.org/packages/68/5a/199c59e0a824a3db2b89c5d2dade7ab5f9624dbf6448dc291b46d5ec94d3/wcwidth-0.6.0-py3-none-any.whl", hash = "sha256:1a3a1e510b553315f8e146c54764f4fb6264ffad731b3d78088cdb1478ffbdad", size = 94189, upload-time = "2026-02-06T19:19:39.646Z" },
|
|
2160
2199
|
]
|
|
2161
2200
|
|
|
2162
|
-
[[package]]
|
|
2163
|
-
name = "worker-template"
|
|
2164
|
-
version = "0.1.1"
|
|
2165
|
-
source = { editable = "../worker-template" }
|
|
2166
|
-
dependencies = [
|
|
2167
|
-
{ name = "datashare-python" },
|
|
2168
|
-
{ name = "icij-common", extra = ["elasticsearch"] },
|
|
2169
|
-
{ name = "pycountry" },
|
|
2170
|
-
{ name = "temporalio" },
|
|
2171
|
-
]
|
|
2172
|
-
|
|
2173
|
-
[package.metadata]
|
|
2174
|
-
requires-dist = [
|
|
2175
|
-
{ name = "datashare-python", editable = "." },
|
|
2176
|
-
{ name = "icij-common", extras = ["elasticsearch"], specifier = "~=0.7.3" },
|
|
2177
|
-
{ name = "pycountry", specifier = "~=26.2.16" },
|
|
2178
|
-
{ name = "sentencepiece", marker = "extra == 'ml'", specifier = "~=0.2.1" },
|
|
2179
|
-
{ name = "temporalio", specifier = "~=1.23.0" },
|
|
2180
|
-
{ name = "torch", marker = "extra == 'ml'", specifier = "~=2.9.1", index = "https://download.pytorch.org/whl/cpu" },
|
|
2181
|
-
{ name = "transformers", marker = "extra == 'ml'", specifier = "~=4.46.3" },
|
|
2182
|
-
]
|
|
2183
|
-
provides-extras = ["ml"]
|
|
2184
|
-
|
|
2185
|
-
[package.metadata.requires-dev]
|
|
2186
|
-
dev = [
|
|
2187
|
-
{ name = "black", specifier = ">=26.1.0" },
|
|
2188
|
-
{ name = "datashare-python", editable = "." },
|
|
2189
|
-
{ name = "nest-asyncio", specifier = ">=1.6.0" },
|
|
2190
|
-
{ name = "pre-commit", specifier = ">=4.5.1" },
|
|
2191
|
-
{ name = "psutil", specifier = ">=6.1.0" },
|
|
2192
|
-
{ name = "pylint", specifier = "~=3.1.0" },
|
|
2193
|
-
{ name = "pytest", specifier = "~=8.1" },
|
|
2194
|
-
{ name = "pytest-asyncio", specifier = "~=0.24" },
|
|
2195
|
-
{ name = "pytest-timeout", specifier = "==2.4.0" },
|
|
2196
|
-
{ name = "redis", extras = ["hiredis"], specifier = ">=5.2.1" },
|
|
2197
|
-
{ name = "ruff", specifier = "==0.15.2" },
|
|
2198
|
-
{ name = "typing-extensions", specifier = ">=4.15.0" },
|
|
2199
|
-
]
|
|
2200
|
-
|
|
2201
2201
|
[[package]]
|
|
2202
2202
|
name = "wrapt"
|
|
2203
2203
|
version = "2.1.1"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|