Skip to main content

An opinionated library to help deploy data science projects

Project description

Overview

Release

Test

Code style: black

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

dsdk-1.7.0-py37.py38.py39.py310-none-any.whl (22.1 kB view hashes)

Uploaded Python 3.10 Python 3.7 Python 3.8 Python 3.9

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page