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.8.0.tar.gz
(9.9 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.8.0-py3-none-any.whl
(11.8 kB
view details)
File details
Details for the file caketool-0.8.0.tar.gz.
File metadata
- Download URL: caketool-0.8.0.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adcadbf7862f5662acd37870ab22d458c26dd212e968691ac99043db0f9c0bbe
|
|
| MD5 |
a3be4f3a43b1f3cd79a74bbf3dd5eb93
|
|
| BLAKE2b-256 |
7ba78a771f32c16e9ca64507a7b9d79556ac2b2c28b382b4355d84518f26efdb
|
File details
Details for the file caketool-0.8.0-py3-none-any.whl.
File metadata
- Download URL: caketool-0.8.0-py3-none-any.whl
- Upload date:
- Size: 11.8 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 |
6488074a28552a0d71f54f1c65ea2bf0e015bc55cbeb3316d2ec4ef9c4d34781
|
|
| MD5 |
d6f05b67d91d61df28a9bda3fd23d863
|
|
| BLAKE2b-256 |
25db96decf4e94d7d40746ffea7472d468570327f7600f523ed87987acd27541
|