An open API service indexing awesome lists of open source software.

https://github.com/octoenergy/tentaclio-postgres

A python project containing all the dependencies for postgresq tentaclio schema.
https://github.com/octoenergy/tentaclio-postgres

data

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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)
```