Skip to content

ulb-sachsen-anhalt/digital-flow

Repository files navigation

digital flow

Python CI PyPi version PyPI - Downloads PyPI - License PyPI - Python Version

Father's little helper for internal library digitalization workflows running on Linux-Systems. Use at own risk.

Local installation

Create python environment and activate

# install via PyPi
python -m pip install digiflow

# run tests
python -m pip install -r tests/test_requirements.txt
python -m pytest

Tests with toxic container

Execute tox in a closed environment (and keep track of docker's socket connection):

#setup_tox.sh your-python-tox-image
docker build --tag <your-test-image> -f Dockerfile.tox .
docker run --rm  -v /var/run/docker.sock:/var/run/docker.sock <yout-test-image> tox

License

This project's source code is licensed under terms of the MIT license.

NOTE: This project depends on components that may use different license terms.