Commits on Source (25)
-
Erwan Rouchet authored
-
Eva Bardou authored
-
Eva Bardou authored
-
Eva Bardou authored
-
Erwan Rouchet authored
-
Erwan Rouchet authored
-
Eva Bardou authored
-
Eva Bardou authored
-
Eva Bardou authored
-
Eva Bardou authored
-
-
Erwan Rouchet authored
-
Eva Bardou authored
-
-
Erwan Rouchet authored
-
Bastien Abadie authored
-
-
Erwan Rouchet authored
-
Erwan Rouchet authored
-
Erwan Rouchet authored
-
Eva Bardou authored
-
Teklia Bot authored
-
Erwan Rouchet authored
-
Bastien Abadie authored
-
Eva Bardou authored
Showing
- .isort.cfg 1 addition, 1 deletion.isort.cfg
- VERSION 1 addition, 1 deletionVERSION
- arkindex_worker/cache.py 189 additions, 0 deletionsarkindex_worker/cache.py
- arkindex_worker/image.py 18 additions, 1 deletionarkindex_worker/image.py
- arkindex_worker/models.py 1 addition, 0 deletionsarkindex_worker/models.py
- arkindex_worker/reporting.py 2 additions, 26 deletionsarkindex_worker/reporting.py
- arkindex_worker/worker.py 0 additions, 840 deletionsarkindex_worker/worker.py
- arkindex_worker/worker/__init__.py 190 additions, 0 deletionsarkindex_worker/worker/__init__.py
- arkindex_worker/worker/base.py 239 additions, 0 deletionsarkindex_worker/worker/base.py
- arkindex_worker/worker/classification.py 108 additions, 0 deletionsarkindex_worker/worker/classification.py
- arkindex_worker/worker/element.py 236 additions, 0 deletionsarkindex_worker/worker/element.py
- arkindex_worker/worker/entity.py 59 additions, 0 deletionsarkindex_worker/worker/entity.py
- arkindex_worker/worker/metadata.py 53 additions, 0 deletionsarkindex_worker/worker/metadata.py
- arkindex_worker/worker/transcription.py 273 additions, 0 deletionsarkindex_worker/worker/transcription.py
- arkindex_worker/worker/version.py 29 additions, 0 deletionsarkindex_worker/worker/version.py
- requirements.txt 2 additions, 1 deletionrequirements.txt
- tests-requirements.txt 1 addition, 1 deletiontests-requirements.txt
- tests/conftest.py 170 additions, 2 deletionstests/conftest.py
- tests/data/cache/tables.sqlite 0 additions, 0 deletionstests/data/cache/tables.sqlite
- tests/test_base_worker.py 9 additions, 1 deletiontests/test_base_worker.py
arkindex_worker/cache.py
0 → 100644
arkindex_worker/worker.py
deleted
100644 → 0
This diff is collapsed.
arkindex_worker/worker/__init__.py
0 → 100644
arkindex_worker/worker/base.py
0 → 100644
arkindex_worker/worker/classification.py
0 → 100644
arkindex_worker/worker/element.py
0 → 100644
arkindex_worker/worker/entity.py
0 → 100644
arkindex_worker/worker/metadata.py
0 → 100644
arkindex_worker/worker/transcription.py
0 → 100644
arkindex_worker/worker/version.py
0 → 100644
arkindex-client==1.0.6 | ||
peewee==3.14.4 | ||
Pillow==8.1.0 | ||
python-gitlab==2.6.0 | ||
python-gnupg==0.4.6 | ||
sh==1.14.1 | ||
tenacity==6.3.1 | ||
tenacity==7.0.0 |
pytest==6.2.2 | ||
pytest==6.2.3 | ||
pytest-mock==3.5.1 | ||
pytest-responses==0.4.0 |
tests/data/cache/tables.sqlite
0 → 100644
File added