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 virtual environment:
python3.10 -m venv .venv
Or setup homebrew virtual environment:
brew install python@3.12
python3.12 -m venv .venv
Once virtual environment is setup:
. .venv/bin/activate
pip install -U pip setuptools wheel
pip install -e ".[dev]"
pre-commit install
Session:
. .venv/bin/activate
pytest
...
pre-commit run --all-files
...
git commit -m 'Message'
...
deactivate
CI/CD Lint & Test:
docker compose up test
docker compose up pre-commit
docker compose up build-wheel && docker compose up install-wheel
...
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.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file dsdk-2.2.2-py39.py310.py311.py312-none-any.whl
.
File metadata
- Download URL: dsdk-2.2.2-py39.py310.py311.py312-none-any.whl
- Upload date:
- Size: 22.6 kB
- Tags: Python 3.10, Python 3.11, Python 3.12, Python 3.9
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09407c3fb1e10ca26714144ed2a72cb94c82103cfe75fb87a5ee8e297d1d7d84 |
|
MD5 | 762328e3d49549ed95b759f091082fdc |
|
BLAKE2b-256 | f16c8649613c70ac5d2aa3534ebd5bd357a7cf309e0f91d23a98507ebfc50e2d |