arkindex-base-worker 0.5.1b5__tar.gz → 0.5.1rc1__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.
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/PKG-INFO +1 -1
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_base_worker.egg-info/PKG-INFO +1 -1
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_worker/cache.py +6 -1
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_worker/image.py +5 -1
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_worker/models.py +5 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/pyproject.toml +1 -1
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/tests/test_cache.py +1 -1
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/tests/test_element.py +52 -12
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/tests/test_image.py +19 -3
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/LICENSE +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/README.md +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_base_worker.egg-info/SOURCES.txt +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_base_worker.egg-info/dependency_links.txt +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_base_worker.egg-info/requires.txt +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_base_worker.egg-info/top_level.txt +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_worker/__init__.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_worker/utils.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_worker/worker/__init__.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_worker/worker/base.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_worker/worker/classification.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_worker/worker/corpus.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_worker/worker/dataset.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_worker/worker/element.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_worker/worker/entity.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_worker/worker/image.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_worker/worker/metadata.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_worker/worker/process.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_worker/worker/task.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_worker/worker/training.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_worker/worker/transcription.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/examples/standalone/python/worker.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/examples/tooled/python/worker.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/hooks/pre_gen_project.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/setup.cfg +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/tests/__init__.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/tests/conftest.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/tests/test_base_worker.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/tests/test_dataset_worker.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/tests/test_elements_worker/__init__.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/tests/test_elements_worker/test_classification.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/tests/test_elements_worker/test_cli.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/tests/test_elements_worker/test_corpus.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/tests/test_elements_worker/test_dataset.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/tests/test_elements_worker/test_element.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/tests/test_elements_worker/test_element_create_multiple.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/tests/test_elements_worker/test_element_create_single.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/tests/test_elements_worker/test_element_list_children.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/tests/test_elements_worker/test_element_list_parents.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/tests/test_elements_worker/test_entity.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/tests/test_elements_worker/test_image.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/tests/test_elements_worker/test_metadata.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/tests/test_elements_worker/test_process.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/tests/test_elements_worker/test_task.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/tests/test_elements_worker/test_training.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/tests/test_elements_worker/test_transcription_create.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/tests/test_elements_worker/test_transcription_create_with_elements.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/tests/test_elements_worker/test_transcription_list.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/tests/test_elements_worker/test_worker.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/tests/test_merge.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/tests/test_modern_config.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/tests/test_utils.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/worker-demo/tests/__init__.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/worker-demo/tests/conftest.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/worker-demo/tests/test_worker.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/worker-demo/worker_demo/__init__.py +0 -0
- {arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/worker-demo/worker_demo/worker.py +0 -0
|
@@ -73,6 +73,7 @@ class CachedImage(Model):
|
|
|
73
73
|
width = IntegerField()
|
|
74
74
|
height = IntegerField()
|
|
75
75
|
url = TextField()
|
|
76
|
+
version = IntegerField(default=2)
|
|
76
77
|
|
|
77
78
|
class Meta:
|
|
78
79
|
database = db
|
|
@@ -157,6 +158,10 @@ class CachedElement(Model):
|
|
|
157
158
|
else:
|
|
158
159
|
resize = f"{max_width or ''},{max_height or ''}"
|
|
159
160
|
|
|
161
|
+
# Use `max` instead of `full` for IIIF 3, since `full` was deprecated in 2.1 then removed in 3.0
|
|
162
|
+
if self.image.version == 3 and resize == "full":
|
|
163
|
+
resize = "max"
|
|
164
|
+
|
|
160
165
|
url = self.image.url
|
|
161
166
|
if not url.endswith("/"):
|
|
162
167
|
url += "/"
|
|
@@ -259,7 +264,7 @@ MODELS = [
|
|
|
259
264
|
CachedDataset,
|
|
260
265
|
CachedDatasetElement,
|
|
261
266
|
]
|
|
262
|
-
SQL_VERSION =
|
|
267
|
+
SQL_VERSION = 5
|
|
263
268
|
|
|
264
269
|
|
|
265
270
|
def init_cache_db(path: Path):
|
|
@@ -366,6 +366,10 @@ def download_tiles(url: str) -> Image:
|
|
|
366
366
|
logger.debug("Downloading image information")
|
|
367
367
|
info = _retried_request(url + "info.json").json()
|
|
368
368
|
|
|
369
|
+
# Use `max` instead of `full` for IIIF 3, since `full` was deprecated in 2.1 then removed in 3.0
|
|
370
|
+
# With IIIF 3, the image's ID will be at `id`, while IIIF 2 will use `@id``
|
|
371
|
+
resize = "max" if "id" in info else "full"
|
|
372
|
+
|
|
369
373
|
image_width, image_height = info.get("width"), info.get("height")
|
|
370
374
|
assert image_width and image_height, "Missing image dimensions in info.json"
|
|
371
375
|
assert info.get("tiles"), (
|
|
@@ -391,7 +395,7 @@ def download_tiles(url: str) -> Image:
|
|
|
391
395
|
|
|
392
396
|
logger.debug(f"Downloading tile {tile_x},{tile_y}")
|
|
393
397
|
resp = _retried_request(
|
|
394
|
-
f"{url}{region_x},{region_y},{region_width},{region_height}/
|
|
398
|
+
f"{url}{region_x},{region_y},{region_width},{region_height}/{resize}/0/default.jpg"
|
|
395
399
|
)
|
|
396
400
|
|
|
397
401
|
tile_img = Image.open(BytesIO(resp.content))
|
|
@@ -87,6 +87,11 @@ class Element(MagicDict):
|
|
|
87
87
|
url = self.zone.image.get("s3_url")
|
|
88
88
|
if url:
|
|
89
89
|
return url
|
|
90
|
+
|
|
91
|
+
# Use `max` instead of `full` for IIIF 3, since `full` was deprecated in 2.1 then removed in 3.0
|
|
92
|
+
if self.zone.image.server.get("version", 2) == 3 and size == "full":
|
|
93
|
+
size = "max"
|
|
94
|
+
|
|
90
95
|
url = self.zone.image.url
|
|
91
96
|
if not url.endswith("/"):
|
|
92
97
|
url += "/"
|
|
@@ -60,7 +60,7 @@ def test_create_tables(tmp_path):
|
|
|
60
60
|
CREATE TABLE "dataset_elements" ("id" TEXT NOT NULL PRIMARY KEY, "element_id" TEXT NOT NULL, "dataset_id" TEXT NOT NULL, "set_name" VARCHAR(255) NOT NULL, FOREIGN KEY ("element_id") REFERENCES "elements" ("id"), FOREIGN KEY ("dataset_id") REFERENCES "datasets" ("id"))
|
|
61
61
|
CREATE TABLE "datasets" ("id" TEXT NOT NULL PRIMARY KEY, "name" VARCHAR(255) NOT NULL, "state" VARCHAR(255) NOT NULL DEFAULT 'open', "sets" TEXT NOT NULL)
|
|
62
62
|
CREATE TABLE "elements" ("id" TEXT NOT NULL PRIMARY KEY, "parent_id" TEXT, "type" VARCHAR(50) NOT NULL, "image_id" TEXT, "polygon" text, "rotation_angle" INTEGER NOT NULL, "mirrored" INTEGER NOT NULL, "initial" INTEGER NOT NULL, "worker_version_id" TEXT, "worker_run_id" TEXT, "confidence" REAL, FOREIGN KEY ("image_id") REFERENCES "images" ("id"))
|
|
63
|
-
CREATE TABLE "images" ("id" TEXT NOT NULL PRIMARY KEY, "width" INTEGER NOT NULL, "height" INTEGER NOT NULL, "url" TEXT NOT NULL)
|
|
63
|
+
CREATE TABLE "images" ("id" TEXT NOT NULL PRIMARY KEY, "width" INTEGER NOT NULL, "height" INTEGER NOT NULL, "url" TEXT NOT NULL, "version" INTEGER NOT NULL)
|
|
64
64
|
CREATE TABLE "transcription_entities" ("transcription_id" TEXT NOT NULL, "type" VARCHAR(50) NOT NULL, "offset" INTEGER NOT NULL CHECK (offset >= 0), "length" INTEGER NOT NULL CHECK (length > 0), "worker_run_id" TEXT, "confidence" REAL, PRIMARY KEY ("transcription_id", "type"), FOREIGN KEY ("transcription_id") REFERENCES "transcriptions" ("id"))
|
|
65
65
|
CREATE TABLE "transcriptions" ("id" TEXT NOT NULL PRIMARY KEY, "element_id" TEXT NOT NULL, "text" TEXT NOT NULL, "confidence" REAL, "orientation" VARCHAR(50) NOT NULL, "worker_version_id" TEXT, "worker_run_id" TEXT, FOREIGN KEY ("element_id") REFERENCES "elements" ("id"))"""
|
|
66
66
|
|
|
@@ -5,26 +5,36 @@ from arkindex_worker.cache import CachedElement
|
|
|
5
5
|
from arkindex_worker.models import Element
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
@pytest.mark.parametrize(
|
|
9
|
+
("zone", "expected_url"),
|
|
10
|
+
[
|
|
11
|
+
(None, None),
|
|
12
|
+
(
|
|
13
|
+
{"image": {"url": "http://something/", "server": {"version": 2}}},
|
|
14
|
+
"http://something/full/full/0/default.jpg",
|
|
15
|
+
),
|
|
16
|
+
(
|
|
17
|
+
{"image": {"url": "http://something", "server": {"version": 2}}},
|
|
18
|
+
"http://something/full/full/0/default.jpg",
|
|
19
|
+
),
|
|
20
|
+
(
|
|
21
|
+
{"image": {"url": "http://something/", "server": {"version": 3}}},
|
|
22
|
+
"http://something/full/max/0/default.jpg",
|
|
23
|
+
),
|
|
24
|
+
],
|
|
25
|
+
)
|
|
26
|
+
def test_image_url(zone, expected_url):
|
|
9
27
|
url = Element({"zone": None}).image_url()
|
|
10
28
|
assert not url
|
|
11
29
|
|
|
12
30
|
|
|
13
|
-
def test_image_url_iiif():
|
|
14
|
-
url = Element({"zone": {"image": {"url": "http://something/"}}}).image_url()
|
|
15
|
-
assert url == "http://something/full/full/0/default.jpg"
|
|
16
|
-
|
|
17
|
-
|
|
18
31
|
def test_image_url_iiif_resize():
|
|
19
|
-
url = Element(
|
|
32
|
+
url = Element(
|
|
33
|
+
{"zone": {"image": {"url": "http://something/", "server": {"version": 2}}}}
|
|
34
|
+
).image_url(500)
|
|
20
35
|
assert url == "http://something/full/500/0/default.jpg"
|
|
21
36
|
|
|
22
37
|
|
|
23
|
-
def test_image_url_iiif_append_slash():
|
|
24
|
-
url = Element({"zone": {"image": {"url": "http://something"}}}).image_url()
|
|
25
|
-
assert url == "http://something/full/full/0/default.jpg"
|
|
26
|
-
|
|
27
|
-
|
|
28
38
|
def test_image_url_s3():
|
|
29
39
|
url = Element(
|
|
30
40
|
{
|
|
@@ -418,6 +428,36 @@ def test_open_image_rotation_mirror(mocker):
|
|
|
418
428
|
)
|
|
419
429
|
|
|
420
430
|
|
|
431
|
+
def test_open_image_iiif_3(mocker):
|
|
432
|
+
open_mock = mocker.patch(
|
|
433
|
+
"arkindex_worker.image.open_image", return_value="an image!"
|
|
434
|
+
)
|
|
435
|
+
elt = Element(
|
|
436
|
+
{
|
|
437
|
+
"zone": {
|
|
438
|
+
"image": {
|
|
439
|
+
"url": "http://something",
|
|
440
|
+
"server": {
|
|
441
|
+
"max_width": None,
|
|
442
|
+
"max_height": None,
|
|
443
|
+
"version": 3,
|
|
444
|
+
},
|
|
445
|
+
},
|
|
446
|
+
"polygon": [[0, 0], [181, 0], [181, 240], [0, 240], [0, 0]],
|
|
447
|
+
},
|
|
448
|
+
"rotation_angle": 0,
|
|
449
|
+
"mirrored": False,
|
|
450
|
+
},
|
|
451
|
+
)
|
|
452
|
+
assert elt.open_image(use_full_image=True) == "an image!"
|
|
453
|
+
assert open_mock.call_count == 1
|
|
454
|
+
assert open_mock.call_args == mocker.call(
|
|
455
|
+
"http://something/full/max/0/default.jpg",
|
|
456
|
+
rotation_angle=0,
|
|
457
|
+
mirrored=False,
|
|
458
|
+
)
|
|
459
|
+
|
|
460
|
+
|
|
421
461
|
def test_setattr_setitem():
|
|
422
462
|
element = Element({"name": "something"})
|
|
423
463
|
element.type = "page"
|
|
@@ -113,21 +113,37 @@ def test_update_pillow_image_size_limit(max_image_pixels, expected_image_pixels)
|
|
|
113
113
|
assert Image.MAX_IMAGE_PIXELS == MAX_IMAGE_PIXELS
|
|
114
114
|
|
|
115
115
|
|
|
116
|
-
|
|
116
|
+
@pytest.mark.parametrize(
|
|
117
|
+
("id_key", "resize"),
|
|
118
|
+
[
|
|
119
|
+
# IIIF version 2
|
|
120
|
+
("@id", "full"),
|
|
121
|
+
# IIIF version 3
|
|
122
|
+
("id", "max"),
|
|
123
|
+
],
|
|
124
|
+
)
|
|
125
|
+
def test_download_tiles(responses, id_key, resize):
|
|
117
126
|
expected = Image.open(FULL_IMAGE).convert("RGB")
|
|
118
127
|
tile_bytes = TILE.read_bytes()
|
|
119
128
|
|
|
120
129
|
responses.add(
|
|
121
130
|
responses.GET,
|
|
122
131
|
"http://nowhere/info.json",
|
|
123
|
-
json={
|
|
132
|
+
json={
|
|
133
|
+
id_key: "http://nowhere",
|
|
134
|
+
"width": 543,
|
|
135
|
+
"height": 720,
|
|
136
|
+
"tiles": [
|
|
137
|
+
{"width": 181, "height": 240},
|
|
138
|
+
],
|
|
139
|
+
},
|
|
124
140
|
)
|
|
125
141
|
|
|
126
142
|
for x in (0, 181, 362):
|
|
127
143
|
for y in (0, 240, 480):
|
|
128
144
|
responses.add(
|
|
129
145
|
responses.GET,
|
|
130
|
-
f"http://nowhere/{x},{y},181,240/
|
|
146
|
+
f"http://nowhere/{x},{y},181,240/{resize}/0/default.jpg",
|
|
131
147
|
body=tile_bytes,
|
|
132
148
|
)
|
|
133
149
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_worker/worker/__init__.py
RENAMED
|
File without changes
|
{arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_worker/worker/base.py
RENAMED
|
File without changes
|
|
File without changes
|
{arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_worker/worker/corpus.py
RENAMED
|
File without changes
|
{arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_worker/worker/dataset.py
RENAMED
|
File without changes
|
{arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_worker/worker/element.py
RENAMED
|
File without changes
|
{arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_worker/worker/entity.py
RENAMED
|
File without changes
|
{arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_worker/worker/image.py
RENAMED
|
File without changes
|
{arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_worker/worker/metadata.py
RENAMED
|
File without changes
|
{arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_worker/worker/process.py
RENAMED
|
File without changes
|
{arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_worker/worker/task.py
RENAMED
|
File without changes
|
{arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/arkindex_worker/worker/training.py
RENAMED
|
File without changes
|
|
File without changes
|
{arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/examples/standalone/python/worker.py
RENAMED
|
File without changes
|
{arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/examples/tooled/python/worker.py
RENAMED
|
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
|
{arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/worker-demo/tests/__init__.py
RENAMED
|
File without changes
|
{arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/worker-demo/tests/conftest.py
RENAMED
|
File without changes
|
{arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/worker-demo/tests/test_worker.py
RENAMED
|
File without changes
|
{arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/worker-demo/worker_demo/__init__.py
RENAMED
|
File without changes
|
{arkindex_base_worker-0.5.1b5 → arkindex_base_worker-0.5.1rc1}/worker-demo/worker_demo/worker.py
RENAMED
|
File without changes
|