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.
- Host: GitHub
- URL: https://github.com/octoenergy/tentaclio-postgres
- Owner: octoenergy
- License: mit
- Created: 2021-11-24T11:34:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-26T12:56:06.000Z (over 4 years ago)
- Last Synced: 2024-03-26T08:21:45.256Z (over 2 years ago)
- Topics: data
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 16
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
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)
```