Skip to main content

Common tools for MLOps

Project description

  • Enviroment
conda create -n caketool
conda activate caketool
pip-compile pyproject.toml
pip-sync
pip install pip-tools bumpver build twine ipykernel
  • Publish libs
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-1.3.0.tar.gz (19.4 kB view details)

Uploaded Source

Built Distribution

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

caketool-1.3.0-py3-none-any.whl (24.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for caketool-1.3.0.tar.gz
Algorithm Hash digest
SHA256 9d2b06ee5b180a76776861a566814b40f5907c415b262f35c33b5dafed9124cd
MD5 6d14322e23b4b0dc66729c45c6b68ae5
BLAKE2b-256 b855d3d559bd4c359a0cfed06cc2f3217c8f36c43a80c74bb9da6a75fb74790f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for caketool-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 97f4601dc6062740950fe13f6edcdc4babbbf210b3af0798267056d4a47195ac
MD5 80dafa7bc9d13a6172a55e2201584264
BLAKE2b-256 57918890e8088b8d1319c4f4d3942074095a79497b00cd5b764db73edea5ac55

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