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
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.1.1.tar.gz
(3.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
File details
Details for the file caketool-0.1.1.tar.gz.
File metadata
- Download URL: caketool-0.1.1.tar.gz
- Upload date:
- Size: 3.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 |
e8575426bc82cec512fe9194461c982ea9efaa162bbfd372e39450a7064a0518
|
|
| MD5 |
ef54749a560be15b92336cc77c62f4b8
|
|
| BLAKE2b-256 |
efa854da4d7485420d20b7ff4ef2e56943f952b119a4810c5d10fbe8557cb8b2
|
File details
Details for the file caketool-0.1.1-py3-none-any.whl.
File metadata
- Download URL: caketool-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.7 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 |
cdbbd67f89f06da95176cbcc1a52bb223c9b1ece04fd8b1c3b8a0b0518a3c6f2
|
|
| MD5 |
26d27a5c1b1db4d483fb820ca218b02e
|
|
| BLAKE2b-256 |
e7b78e10d1e1840a00036e9338a5c24e87a9f1d0fd8888ba92bcd8fd972dfed9
|