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.12.0.tar.gz
(14.5 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.12.0-py3-none-any.whl
(18.3 kB
view details)
File details
Details for the file caketool-0.12.0.tar.gz.
File metadata
- Download URL: caketool-0.12.0.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb5b6f99c06621432d00a362b62eb45863906e0c6781bf9fd5f713519701a286
|
|
| MD5 |
3abf093ca402199216408b3c046823a4
|
|
| BLAKE2b-256 |
2717ee4049fd72d0df6a06ef6d1513a201560f262bfd851cfd383394ad32db77
|
File details
Details for the file caketool-0.12.0-py3-none-any.whl.
File metadata
- Download URL: caketool-0.12.0-py3-none-any.whl
- Upload date:
- Size: 18.3 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 |
6ef43e02dd2843ad1b9f5e2619290e7a6ca77c87b24b431a19acce43493e99ac
|
|
| MD5 |
2e04c34e4ad593090e7858b4b5e022b8
|
|
| BLAKE2b-256 |
63463a0ca7f30b1544c006a9fbf46a7dc40fa1a6931f8b9a85f4ab4eb3b51f20
|