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.14.0.tar.gz (15.1 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.14.0-py3-none-any.whl (18.9 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for caketool-0.14.0.tar.gz
Algorithm Hash digest
SHA256 3bc56d943ed0422628f900c2471b0d1cc1dce3a9d725dc1551e7cf1152752346
MD5 66a37923d520e2d4905b1e470e0b5482
BLAKE2b-256 6934d2a7d0a2ca33a070df2f711b2cb4728bbd82e926f409170b6300adf3bdff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: caketool-0.14.0-py3-none-any.whl
  • Upload date:
  • Size: 18.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.14.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1d8568d393a2c88490428cf76e784655bfb63f72acc0d4d6c13a30b328fab4d8
MD5 3e7e8af736d0e824383cd1d07e0ac144
BLAKE2b-256 fe82b9a6b00f49cd2e07da8a4d407a6e7f67acf669dd9feb30dd1f9822fa23e2

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