arkindex-base-worker 0.4.0rc2__py3-none-any.whl → 0.4.0rc4__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.
Files changed (36) hide show
  1. {arkindex_base_worker-0.4.0rc2.dist-info → arkindex_base_worker-0.4.0rc4.dist-info}/METADATA +15 -14
  2. arkindex_base_worker-0.4.0rc4.dist-info/RECORD +60 -0
  3. {arkindex_base_worker-0.4.0rc2.dist-info → arkindex_base_worker-0.4.0rc4.dist-info}/WHEEL +1 -1
  4. arkindex_worker/cache.py +1 -1
  5. arkindex_worker/worker/__init__.py +1 -2
  6. arkindex_worker/worker/base.py +1 -1
  7. arkindex_worker/worker/classification.py +1 -1
  8. arkindex_worker/worker/corpus.py +21 -6
  9. arkindex_worker/worker/entity.py +1 -1
  10. arkindex_worker/worker/task.py +1 -2
  11. arkindex_worker/worker/training.py +1 -1
  12. tests/test_dataset_worker.py +1 -1
  13. tests/test_elements_worker/{test_classifications.py → test_classification.py} +87 -1
  14. tests/test_elements_worker/test_corpus.py +32 -1
  15. tests/test_elements_worker/test_dataset.py +1 -1
  16. tests/test_elements_worker/test_element.py +427 -0
  17. tests/test_elements_worker/test_element_create_multiple.py +715 -0
  18. tests/test_elements_worker/test_element_create_single.py +528 -0
  19. tests/test_elements_worker/test_element_list_children.py +969 -0
  20. tests/test_elements_worker/test_element_list_parents.py +530 -0
  21. tests/test_elements_worker/{test_entities.py → test_entity_create.py} +1 -154
  22. tests/test_elements_worker/test_entity_list_and_check.py +160 -0
  23. tests/test_elements_worker/test_image.py +2 -1
  24. tests/test_elements_worker/test_metadata.py +1 -1
  25. tests/test_elements_worker/test_task.py +1 -1
  26. tests/test_elements_worker/test_transcription_create.py +873 -0
  27. tests/test_elements_worker/test_transcription_create_with_elements.py +951 -0
  28. tests/test_elements_worker/test_transcription_list.py +450 -0
  29. tests/test_elements_worker/test_version.py +60 -0
  30. tests/test_elements_worker/test_worker.py +526 -89
  31. tests/test_image.py +181 -198
  32. arkindex_base_worker-0.4.0rc2.dist-info/RECORD +0 -52
  33. tests/test_elements_worker/test_elements.py +0 -3704
  34. tests/test_elements_worker/test_transcriptions.py +0 -2252
  35. {arkindex_base_worker-0.4.0rc2.dist-info → arkindex_base_worker-0.4.0rc4.dist-info}/LICENSE +0 -0
  36. {arkindex_base_worker-0.4.0rc2.dist-info → arkindex_base_worker-0.4.0rc4.dist-info}/top_level.txt +0 -0