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.1.tar.gz
(14.2 kB
view details)
File details
Details for the file caketool-0.19.1.tar.gz.
File metadata
- Download URL: caketool-0.19.1.tar.gz
- Upload date:
- Size: 14.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
513926a7bc33551c931c919cb86fee5b118bcae33b04a3df66062a1304b5436b
|
|
| MD5 |
bb164cbc1511778c730f527a6495e27a
|
|
| BLAKE2b-256 |
979475b49610ecd467ba7a6b5c554337287ccb01b6400ee50e433d4b47414e2f
|