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.1.0.tar.gz
(17.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-1.1.0-py3-none-any.whl
(20.9 kB
view details)
File details
Details for the file caketool-1.1.0.tar.gz.
File metadata
- Download URL: caketool-1.1.0.tar.gz
- Upload date:
- Size: 17.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa6329e2c66d7a97588036c27d7bf974ac969f0cdb26caa321960fb5ccaa44c4
|
|
| MD5 |
14bc4e5e57f7384785df5b101df7892c
|
|
| BLAKE2b-256 |
5f8829d8b2b385533c4e10ad849a84c7a49d23bf86a798aa030556a313424c99
|
File details
Details for the file caketool-1.1.0-py3-none-any.whl.
File metadata
- Download URL: caketool-1.1.0-py3-none-any.whl
- Upload date:
- Size: 20.9 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 |
bbb6330fde144a7a8f8f7363903e1efa0889038101f3d5e43b40432dba3383bf
|
|
| MD5 |
775a27a26605cfcdaee6fc856dc108a0
|
|
| BLAKE2b-256 |
8497df050740c2339990610af282ac8ea6bbd4b4d5e62585fc80e058ecdc6699
|