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.5.0.tar.gz
(19.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-1.5.0-py3-none-any.whl
(24.2 kB
view details)
File details
Details for the file caketool-1.5.0.tar.gz.
File metadata
- Download URL: caketool-1.5.0.tar.gz
- Upload date:
- Size: 19.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8dfc714f3709a9c1d235cdc10b237123eeec5bb4b9b9faed76bb1d4c3d688e84
|
|
| MD5 |
4930014764a34b6c8ba1167db33d67df
|
|
| BLAKE2b-256 |
4d3a281e639797c2b3c0469531a687315a388041062cdc3eafc4b8a834e0a14b
|
File details
Details for the file caketool-1.5.0-py3-none-any.whl.
File metadata
- Download URL: caketool-1.5.0-py3-none-any.whl
- Upload date:
- Size: 24.2 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 |
3f9d23988c7d65049b0686ea8ebfc00390df500d599bfb97a08cc54c8d010870
|
|
| MD5 |
9ef8f7b8924ce954221df58a477c355f
|
|
| BLAKE2b-256 |
a8e7952c275e08aa95832596fb485333dd90ed03f2a84f399c46ae0c2215f5d7
|