arkindex-base-worker 0.3.7rc5__tar.gz → 0.3.7rc6__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 (49) hide show
  1. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/PKG-INFO +2 -2
  2. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/arkindex_base_worker.egg-info/PKG-INFO +2 -2
  3. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/arkindex_base_worker.egg-info/requires.txt +1 -1
  4. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/pyproject.toml +1 -1
  5. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/requirements.txt +1 -1
  6. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/LICENSE +0 -0
  7. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/README.md +0 -0
  8. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/arkindex_base_worker.egg-info/SOURCES.txt +0 -0
  9. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/arkindex_base_worker.egg-info/dependency_links.txt +0 -0
  10. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/arkindex_base_worker.egg-info/top_level.txt +0 -0
  11. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/arkindex_worker/__init__.py +0 -0
  12. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/arkindex_worker/cache.py +0 -0
  13. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/arkindex_worker/image.py +0 -0
  14. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/arkindex_worker/models.py +0 -0
  15. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/arkindex_worker/utils.py +0 -0
  16. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/arkindex_worker/worker/__init__.py +0 -0
  17. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/arkindex_worker/worker/base.py +0 -0
  18. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/arkindex_worker/worker/classification.py +0 -0
  19. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/arkindex_worker/worker/dataset.py +0 -0
  20. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/arkindex_worker/worker/element.py +0 -0
  21. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/arkindex_worker/worker/entity.py +0 -0
  22. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/arkindex_worker/worker/metadata.py +0 -0
  23. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/arkindex_worker/worker/task.py +0 -0
  24. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/arkindex_worker/worker/training.py +0 -0
  25. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/arkindex_worker/worker/transcription.py +0 -0
  26. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/arkindex_worker/worker/version.py +0 -0
  27. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/docs-requirements.txt +0 -0
  28. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/setup.cfg +0 -0
  29. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/setup.py +0 -0
  30. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/tests/__init__.py +0 -0
  31. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/tests/conftest.py +0 -0
  32. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/tests/test_base_worker.py +0 -0
  33. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/tests/test_cache.py +0 -0
  34. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/tests/test_dataset_worker.py +0 -0
  35. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/tests/test_element.py +0 -0
  36. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/tests/test_elements_worker/__init__.py +0 -0
  37. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/tests/test_elements_worker/test_classifications.py +0 -0
  38. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/tests/test_elements_worker/test_cli.py +0 -0
  39. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/tests/test_elements_worker/test_dataset.py +0 -0
  40. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/tests/test_elements_worker/test_elements.py +0 -0
  41. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/tests/test_elements_worker/test_entities.py +0 -0
  42. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/tests/test_elements_worker/test_metadata.py +0 -0
  43. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/tests/test_elements_worker/test_task.py +0 -0
  44. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/tests/test_elements_worker/test_training.py +0 -0
  45. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/tests/test_elements_worker/test_transcriptions.py +0 -0
  46. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/tests/test_elements_worker/test_worker.py +0 -0
  47. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/tests/test_image.py +0 -0
  48. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/tests/test_merge.py +0 -0
  49. {arkindex-base-worker-0.3.7rc5 → arkindex-base-worker-0.3.7rc6}/tests/test_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: arkindex-base-worker
3
- Version: 0.3.7rc5
3
+ Version: 0.3.7rc6
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>
@@ -41,7 +41,7 @@ Classifier: Topic :: Text Processing :: Linguistic
41
41
  Requires-Python: >=3.10
42
42
  Description-Content-Type: text/markdown
43
43
  License-File: LICENSE
44
- Requires-Dist: arkindex-client==1.0.14
44
+ Requires-Dist: arkindex-client==1.0.15
45
45
  Requires-Dist: peewee==3.17.0
46
46
  Requires-Dist: Pillow==10.2.0
47
47
  Requires-Dist: pymdown-extensions==10.7
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: arkindex-base-worker
3
- Version: 0.3.7rc5
3
+ Version: 0.3.7rc6
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>
@@ -41,7 +41,7 @@ Classifier: Topic :: Text Processing :: Linguistic
41
41
  Requires-Python: >=3.10
42
42
  Description-Content-Type: text/markdown
43
43
  License-File: LICENSE
44
- Requires-Dist: arkindex-client==1.0.14
44
+ Requires-Dist: arkindex-client==1.0.15
45
45
  Requires-Dist: peewee==3.17.0
46
46
  Requires-Dist: Pillow==10.2.0
47
47
  Requires-Dist: pymdown-extensions==10.7
@@ -1,4 +1,4 @@
1
- arkindex-client==1.0.14
1
+ arkindex-client==1.0.15
2
2
  peewee==3.17.0
3
3
  Pillow==10.2.0
4
4
  pymdown-extensions==10.7
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "arkindex-base-worker"
7
- version = "0.3.7rc5"
7
+ version = "0.3.7rc6"
8
8
  description = "Base Worker to easily build Arkindex ML workflows"
9
9
  license = { file = "LICENSE" }
10
10
  dynamic = ["dependencies", "optional-dependencies"]
@@ -1,4 +1,4 @@
1
- arkindex-client==1.0.14
1
+ arkindex-client==1.0.15
2
2
  peewee==3.17.0
3
3
  Pillow==10.2.0
4
4
  pymdown-extensions==10.7