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
Release history Release notifications | RSS feed
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.19.0.tar.gz
(14.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
caketool-0.19.0-py3-none-any.whl
(17.3 kB
view details)
File details
Details for the file caketool-0.19.0.tar.gz.
File metadata
- Download URL: caketool-0.19.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f6cf8874d529fca7db0ca8c5cdefe0b282a5226343119b9ea5c36115e34541c
|
|
| MD5 |
2717b18d67bab7f93d7a3ee5be402bef
|
|
| BLAKE2b-256 |
f3aee9879e9ca254a627848190077d930b76202907a0e6babafc7f9110e85d8f
|
File details
Details for the file caketool-0.19.0-py3-none-any.whl.
File metadata
- Download URL: caketool-0.19.0-py3-none-any.whl
- Upload date:
- Size: 17.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ee6081a48df8a08ec1ded2f5b2b32bf2e41bab1065336e20e79a3470b7c571b
|
|
| MD5 |
3cfbd6e53cb9aebfc16c9dfb11233620
|
|
| BLAKE2b-256 |
576842ab1e30522d0dfd721b1e3d918e29010cc79924977bd728ffc609aff586
|