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.10.0.tar.gz
(13.7 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.10.0-py3-none-any.whl
(16.5 kB
view details)
File details
Details for the file caketool-0.10.0.tar.gz.
File metadata
- Download URL: caketool-0.10.0.tar.gz
- Upload date:
- Size: 13.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe499105e7259eebbf22eb77a6cf10daad084096607c7651346e36102ce084ae
|
|
| MD5 |
9560ac5abf5381d4b84410a58575cefe
|
|
| BLAKE2b-256 |
f31b80ecc700f8e8bd99d6e74aaa05927365ab610f6401ffbdc9322eb91267ae
|
File details
Details for the file caketool-0.10.0-py3-none-any.whl.
File metadata
- Download URL: caketool-0.10.0-py3-none-any.whl
- Upload date:
- Size: 16.5 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 |
b54287213f93a66aa084f1f13ced096be2b522bf06f1ceb799628c830aa77a08
|
|
| MD5 |
54b2eac6c1454d0eeb9a2f3d0d6f42c7
|
|
| BLAKE2b-256 |
c689698e04f5f050f5f86f20b0d29fac4b7e4ccdeefaf220e5d415bc1871db20
|