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
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-1.2.1.tar.gz
(19.4 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-1.2.1-py3-none-any.whl
(24.0 kB
view details)
File details
Details for the file caketool-1.2.1.tar.gz.
File metadata
- Download URL: caketool-1.2.1.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73569e1049632970224a25d61bf76a85b5b5b0d7ba84f2229e9f5021d13913ea
|
|
| MD5 |
5cbb92640b0dc0a5363fd2cd9f592839
|
|
| BLAKE2b-256 |
541fa5b54cdf4469b8def17c9334203e29f893e80121652eeb9d7626da30fcc2
|
File details
Details for the file caketool-1.2.1-py3-none-any.whl.
File metadata
- Download URL: caketool-1.2.1-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dda7a2e37c7f9fd5ca9b47756d7f5d6a70581fd8225db3d9a96a7756c961a578
|
|
| MD5 |
65f12e99b1e5de7a35e78ca517b2c120
|
|
| BLAKE2b-256 |
69e85ac6cc1a2712d82a5e1af1b83271df6e829bfe381c47f4ffb880f23edddf
|