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.13.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.13.0-py3-none-any.whl
(18.9 kB
view details)
File details
Details for the file caketool-0.13.0.tar.gz.
File metadata
- Download URL: caketool-0.13.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 |
d21561915c67d27b085b17d002e79a13bd8de1db7150a45f2e686b6a33860169
|
|
| MD5 |
c0e0fdd585fef815b4ffe19b9775a0fb
|
|
| BLAKE2b-256 |
c6515801e0c88ff0a31d055f81c8a9155811b240fe81a82a3dc8875b67554b79
|
File details
Details for the file caketool-0.13.0-py3-none-any.whl.
File metadata
- Download URL: caketool-0.13.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 |
9b878c5534a39e4d119eeddac515e9bda418c515b710c8bd8a0378473b182d2e
|
|
| MD5 |
390283075b0161b44f97461df972d980
|
|
| BLAKE2b-256 |
6ba938c0c546e5067016bbec6563d2c090a78b1b344bd2db68831bc4e908b443
|