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 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


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-2.2.2-py39.py310.py311.py312-none-any.whl (22.6 kB view details)

Uploaded Python 3.10 Python 3.11 Python 3.12 Python 3.9

File details

Details for the file dsdk-2.2.2-py39.py310.py311.py312-none-any.whl.

File metadata

File hashes

Hashes for dsdk-2.2.2-py39.py310.py311.py312-none-any.whl
Algorithm Hash digest
SHA256 09407c3fb1e10ca26714144ed2a72cb94c82103cfe75fb87a5ee8e297d1d7d84
MD5 762328e3d49549ed95b759f091082fdc
BLAKE2b-256 f16c8649613c70ac5d2aa3534ebd5bd357a7cf309e0f91d23a98507ebfc50e2d

See more details on using hashes here.

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