Skip to main content

Common tools for MLOps

Project description

conda create -n caketool
conda activate caketool
python -m pip install pip-tools bumpver build twine
pip-compile pyproject.toml
pip-sync

bumpver update --major # Increment the MAJOR version when you make incompatible API changes.
bumpver update --minor # Increment the MINOR version when you add functionality in a backwards compatible manner.
bumpver update --patch # Increment the PATCH version when you make backwards compatible bug fixes.
python -m pip install -e . # Install on local machine
rm ./dist/*
python -m build
twine upload -r testpypi dist/*
twine upload dist/*
pip install caketool

Project details


Download files

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

Source Distribution

caketool-0.11.0.tar.gz (14.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

caketool-0.11.0-py3-none-any.whl (17.9 kB view details)

Uploaded Python 3

File details

Details for the file caketool-0.11.0.tar.gz.

File metadata

  • Download URL: caketool-0.11.0.tar.gz
  • Upload date:
  • Size: 14.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for caketool-0.11.0.tar.gz
Algorithm Hash digest
SHA256 adc5b998d4a305e1c5f4272f30ba78d53747bf20be793176391c9b41e0ad012e
MD5 c720a1895f8e1681b246c3bb9c23928f
BLAKE2b-256 3ff4bee726f2d41709ffb06cad5285490a73bb8a3ba667f6316036be5ea83650

See more details on using hashes here.

File details

Details for the file caketool-0.11.0-py3-none-any.whl.

File metadata

  • Download URL: caketool-0.11.0-py3-none-any.whl
  • Upload date:
  • Size: 17.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for caketool-0.11.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c4e44b57369a5244fb9da42e6d23dcfc395ecdcd53d58e894277a294d80ecdc6
MD5 46654baf960728c3c951d1923eadf901
BLAKE2b-256 58f7f552fa73413109c03e52079a054065e4e4204f4c025771cfc268b3ce76e2

See more details on using hashes here.

Supported by

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