Hosts images for Tableau
- TODO
This package was created with Cookiecutter and this project template.
# install dependencies
$ poetry install
# run application cli interface without script
$ poetry run python src/cli.py --help# install dependencies (if needed)
$ poetry install
# run pytest through poetry
$ poetry run pytest# run build script, pyinstaller is required
$ ./scripts/build.ps1