arkindex-base-worker 0.3.7rc9__tar.gz → 0.3.7rc10__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.
Files changed (52) hide show
  1. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/PKG-INFO +2 -2
  2. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/arkindex_base_worker.egg-info/PKG-INFO +2 -2
  3. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/arkindex_base_worker.egg-info/requires.txt +1 -1
  4. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/pyproject.toml +2 -2
  5. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/LICENSE +0 -0
  6. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/README.md +0 -0
  7. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/arkindex_base_worker.egg-info/SOURCES.txt +0 -0
  8. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/arkindex_base_worker.egg-info/dependency_links.txt +0 -0
  9. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/arkindex_base_worker.egg-info/top_level.txt +0 -0
  10. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/arkindex_worker/__init__.py +0 -0
  11. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/arkindex_worker/cache.py +0 -0
  12. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/arkindex_worker/image.py +0 -0
  13. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/arkindex_worker/models.py +0 -0
  14. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/arkindex_worker/utils.py +0 -0
  15. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/arkindex_worker/worker/__init__.py +0 -0
  16. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/arkindex_worker/worker/base.py +0 -0
  17. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/arkindex_worker/worker/classification.py +0 -0
  18. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/arkindex_worker/worker/dataset.py +0 -0
  19. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/arkindex_worker/worker/element.py +0 -0
  20. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/arkindex_worker/worker/entity.py +0 -0
  21. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/arkindex_worker/worker/metadata.py +0 -0
  22. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/arkindex_worker/worker/task.py +0 -0
  23. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/arkindex_worker/worker/training.py +0 -0
  24. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/arkindex_worker/worker/transcription.py +0 -0
  25. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/arkindex_worker/worker/version.py +0 -0
  26. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/hooks/pre_gen_project.py +0 -0
  27. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/setup.cfg +0 -0
  28. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/tests/__init__.py +0 -0
  29. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/tests/conftest.py +0 -0
  30. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/tests/test_base_worker.py +0 -0
  31. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/tests/test_cache.py +0 -0
  32. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/tests/test_dataset_worker.py +0 -0
  33. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/tests/test_element.py +0 -0
  34. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/tests/test_elements_worker/__init__.py +0 -0
  35. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/tests/test_elements_worker/test_classifications.py +0 -0
  36. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/tests/test_elements_worker/test_cli.py +0 -0
  37. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/tests/test_elements_worker/test_dataset.py +0 -0
  38. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/tests/test_elements_worker/test_elements.py +0 -0
  39. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/tests/test_elements_worker/test_entities.py +0 -0
  40. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/tests/test_elements_worker/test_metadata.py +0 -0
  41. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/tests/test_elements_worker/test_task.py +0 -0
  42. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/tests/test_elements_worker/test_training.py +0 -0
  43. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/tests/test_elements_worker/test_transcriptions.py +0 -0
  44. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/tests/test_elements_worker/test_worker.py +0 -0
  45. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/tests/test_image.py +0 -0
  46. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/tests/test_merge.py +0 -0
  47. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/tests/test_utils.py +0 -0
  48. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/worker-demo/tests/__init__.py +0 -0
  49. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/worker-demo/tests/conftest.py +0 -0
  50. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/worker-demo/tests/test_worker.py +0 -0
  51. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/worker-demo/worker_demo/__init__.py +0 -0
  52. {arkindex-base-worker-0.3.7rc9 → arkindex-base-worker-0.3.7rc10}/worker-demo/worker_demo/worker.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: arkindex-base-worker
3
- Version: 0.3.7rc9
3
+ Version: 0.3.7rc10
4
4
  Summary: Base Worker to easily build Arkindex ML workflows
5
5
  Author-email: Teklia <contact@teklia.com>
6
6
  Maintainer-email: Teklia <contact@teklia.com>
@@ -46,7 +46,7 @@ Requires-Dist: Pillow==10.2.0
46
46
  Requires-Dist: pymdown-extensions==10.7
47
47
  Requires-Dist: python-gnupg==0.5.2
48
48
  Requires-Dist: shapely==2.0.3
49
- Requires-Dist: teklia-toolbox==0.1.4rc3
49
+ Requires-Dist: teklia-toolbox==0.1.4
50
50
  Requires-Dist: zstandard==0.22.0
51
51
  Provides-Extra: docs
52
52
  Requires-Dist: black==24.2.0; extra == "docs"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: arkindex-base-worker
3
- Version: 0.3.7rc9
3
+ Version: 0.3.7rc10
4
4
  Summary: Base Worker to easily build Arkindex ML workflows
5
5
  Author-email: Teklia <contact@teklia.com>
6
6
  Maintainer-email: Teklia <contact@teklia.com>
@@ -46,7 +46,7 @@ Requires-Dist: Pillow==10.2.0
46
46
  Requires-Dist: pymdown-extensions==10.7
47
47
  Requires-Dist: python-gnupg==0.5.2
48
48
  Requires-Dist: shapely==2.0.3
49
- Requires-Dist: teklia-toolbox==0.1.4rc3
49
+ Requires-Dist: teklia-toolbox==0.1.4
50
50
  Requires-Dist: zstandard==0.22.0
51
51
  Provides-Extra: docs
52
52
  Requires-Dist: black==24.2.0; extra == "docs"
@@ -3,7 +3,7 @@ Pillow==10.2.0
3
3
  pymdown-extensions==10.7
4
4
  python-gnupg==0.5.2
5
5
  shapely==2.0.3
6
- teklia-toolbox==0.1.4rc3
6
+ teklia-toolbox==0.1.4
7
7
  zstandard==0.22.0
8
8
 
9
9
  [docs]
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "arkindex-base-worker"
7
- version = "0.3.7rc9"
7
+ version = "0.3.7rc10"
8
8
  description = "Base Worker to easily build Arkindex ML workflows"
9
9
  license = { file = "LICENSE" }
10
10
  dependencies = [
@@ -13,7 +13,7 @@ dependencies = [
13
13
  "pymdown-extensions==10.7",
14
14
  "python-gnupg==0.5.2",
15
15
  "shapely==2.0.3",
16
- "teklia-toolbox==0.1.4rc3",
16
+ "teklia-toolbox==0.1.4",
17
17
  "zstandard==0.22.0",
18
18
  ]
19
19
  authors = [