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.14.0.tar.gz
(15.1 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.14.0-py3-none-any.whl
(18.9 kB
view details)
File details
Details for the file caketool-0.14.0.tar.gz.
File metadata
- Download URL: caketool-0.14.0.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3bc56d943ed0422628f900c2471b0d1cc1dce3a9d725dc1551e7cf1152752346
|
|
| MD5 |
66a37923d520e2d4905b1e470e0b5482
|
|
| BLAKE2b-256 |
6934d2a7d0a2ca33a070df2f711b2cb4728bbd82e926f409170b6300adf3bdff
|
File details
Details for the file caketool-0.14.0-py3-none-any.whl.
File metadata
- Download URL: caketool-0.14.0-py3-none-any.whl
- Upload date:
- Size: 18.9 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 |
1d8568d393a2c88490428cf76e784655bfb63f72acc0d4d6c13a30b328fab4d8
|
|
| MD5 |
3e7e8af736d0e824383cd1d07e0ac144
|
|
| BLAKE2b-256 |
fe82b9a6b00f49cd2e07da8a4d407a6e7f67acf669dd9feb30dd1f9822fa23e2
|