/tentaclio-postgres

A python project containing all the dependencies for postgresq tentaclio schema.

Primary LanguagePythonMIT LicenseMIT

tentaclio-postgres

A package containing all the dependencies for the postgresql tentaclio schema .

Quick Start

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)