Common tools for MLOps
Project description
- Enviroment
conda create -n caketool
conda activate caketool
pip-compile pyproject.toml
pip-sync
pip install pip-tools bumpver build twine ipykernel
- Publish libs
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.2.0.tar.gz
(19.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.2.0-py3-none-any.whl
(24.0 kB
view details)
File details
Details for the file caketool-1.2.0.tar.gz.
File metadata
- Download URL: caketool-1.2.0.tar.gz
- Upload date:
- Size: 19.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 |
c2879d984ed6517a6d5e17baf7505d5e382f96609076fbd56a9f8910d9249ded
|
|
| MD5 |
bef955203052c2454818e479d786528b
|
|
| BLAKE2b-256 |
7510385baf097e617dbf89352b38077fc2a3205023d2d6508320aeec7975df17
|
File details
Details for the file caketool-1.2.0-py3-none-any.whl.
File metadata
- Download URL: caketool-1.2.0-py3-none-any.whl
- Upload date:
- Size: 24.0 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 |
e5beb6767f375b55dd630e2a7726382953b22f9abc2dd108ebbee1d0a43762fa
|
|
| MD5 |
84b70d48a533859b32bf9b572d47b543
|
|
| BLAKE2b-256 |
a79d7580f1ca7934e6cb23940972f5a4dbb0001d8d1cbf62f41712b0175bd89f
|