一个包含tentaclio的s3模式所有依赖的python项目。
项目描述
tentaclio-s3
一个包含s3 tentaclio模式所有依赖的包。
快速入门
该项目包含一个Makefile
,用于执行基本的常见任务。
$ 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)