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-1.0.2.tar.gz
(15.2 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.0.2-py3-none-any.whl
(18.6 kB
view details)
File details
Details for the file caketool-1.0.2.tar.gz.
File metadata
- Download URL: caketool-1.0.2.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77afd9cbf844fd1562d260c367e65c3a4ffb56ebe81a94f618764c453d779dfc
|
|
| MD5 |
0992ded1c2ec5177d37f3fa17c05e1df
|
|
| BLAKE2b-256 |
a0f530f78a191fcab6a694e8aeeb90c3dd23cb7b03acbf69952a705cf9e2a28c
|
File details
Details for the file caketool-1.0.2-py3-none-any.whl.
File metadata
- Download URL: caketool-1.0.2-py3-none-any.whl
- Upload date:
- Size: 18.6 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 |
63b88ceb59dddcc3db079635ac7e7532b843ca5665e96f82383766acb679fae0
|
|
| MD5 |
aa866a7a8147091e3106385922a98eae
|
|
| BLAKE2b-256 |
6af75c2d8c45aa019c1ec63277f40a034fbdb08a10752f6b00251beec8415a93
|