A python project containing all the dependencies for schema s3 for tentaclio.
A package containing all the dependencies for the s3 tentaclio schema .
This project comes with a Makefile
which is ready to do basic common tasks
$ make help
install Initalise the virtual env installing deps
clean Remove all the unwanted clutter
lock Lock dependencies
update Update dependencies (whole tree)
sync Install dependencies as per the lock file
lint Lint files with flake and mypy
format Run black and isort
test Run unit tests
circleci Validate circleci configuration (needs circleci cli)