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.0.tar.gz
(15.4 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.0-py3-none-any.whl
(18.5 kB
view details)
File details
Details for the file caketool-1.0.0.tar.gz.
File metadata
- Download URL: caketool-1.0.0.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7cda82586d2f66a089835bf587c0943ef29a50091267f4e7695d9dc0131f3b9
|
|
| MD5 |
5cdf30977bac57539c2681750573f722
|
|
| BLAKE2b-256 |
cea069bc8f1a1dbfe35ef9103e67040f2643b2620cf7dd8616ba75bf1666cbae
|
File details
Details for the file caketool-1.0.0-py3-none-any.whl.
File metadata
- Download URL: caketool-1.0.0-py3-none-any.whl
- Upload date:
- Size: 18.5 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 |
e7d8673a98f80a1be2f36f5132b8d221f0e90f19552c290e99fb1c3bd3b115a8
|
|
| MD5 |
fd4a98363bff064ec7fb1414c96ee6e0
|
|
| BLAKE2b-256 |
28eac63ac03455543500e29a6a07b159371ad2fa20506482eaf9551a6147f0ea
|