Skip to content
Snippets Groups Projects
Bastien Abadie's avatar
Bastien Abadie authored
Handle query parameters when retrieving IIIF image information

Closes #10

See merge request !11
7925939d
History

File Import

Worker to import files in various formats in Arkindex

Development

For development and tests purpose it may be useful to install the worker as a editable package with pip.

pip3 install -e .

Linter

Code syntax is analyzed before submitting the code.
To run the linter tools suite you may use pre-commit.

pip install pre-commit
pre-commit run -a

Run tests

Tests are executed with tox using pytest.

pip install tox
tox

To recreate tox virtual environment (e.g. a dependencies update), you may run tox -r