An opinionated library to help deploy data science projects
Project description
Overview
An opinionated library to help deploy data science projects
- Free software: MIT license
Install
pip install "."
Develop, Lint & Test
Setup:
python3.10 -m venv .venv
. .venv/bin/activate
pip install ".[dev]"
pre-commit install
Session:
. .env/bin/activate
docker-compose up --build postgres &
...
CONFIG=./local/test.yaml ENV=./secrets/example.env pre-commit run --all-files
...
CONFIG=./local/test.yaml ENV=./secrets/example.env git commit -m 'Message'
...
docker-compose down
deactivate
Rebuild the postgres container and remove the docker volume if the database schema is changed.
CI/CD Lint & Test:
docker-compose up --build test &
...
docker-compose down
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Built Distribution
Close
Hashes for dsdk-1.7.0-py37.py38.py39.py310-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | afb2ca1bb0ee738e45ebcb2177e1a36796eb5f60f71c806bc54d8cc5811c23e0 |
|
MD5 | d62eede8e49ac3a50c4ba4841df1590b |
|
BLAKE2-256 | d94c238da082016d6dee9715a8017cd6531d2e93fc8caa42889976c05ce8678d |