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.16.0.tar.gz (15.2 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.16.0-py3-none-any.whl (19.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for caketool-0.16.0.tar.gz
Algorithm Hash digest
SHA256 11e45c8879c276fed1e8eea5d9863438f85bf560b214bb11007c3a453cd88390
MD5 f93f6770c236aacb7d02ac99bc35896c
BLAKE2b-256 07bb314c9f37cdc64740b63a1e814749af1ccb4b9d8a7ceb4bf1f922e518acd5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: caketool-0.16.0-py3-none-any.whl
  • Upload date:
  • Size: 19.0 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.16.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ee87b7cf8a336337540507060f077bab9dba9b4daa22ad9f16943037a78c4283
MD5 e363722434d299cec0aad204bca2f06f
BLAKE2b-256 76a0f31eb95a0e093981c8c8bf27c7ac9385a4e8fdfaeb7ba50487cd2dfb6b06

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