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.6.0.tar.gz
(6.7 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
File details
Details for the file caketool-0.6.0.tar.gz.
File metadata
- Download URL: caketool-0.6.0.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c24e5e8de049e2ecd02589b26555d63422578e9ec84796716e05b047ab9de2f
|
|
| MD5 |
65963567afe64013d54471f8512db485
|
|
| BLAKE2b-256 |
9b287929e54e5373aefcb6f38a6cd15685f0146f2da4fc202e28772fd55b38d6
|
File details
Details for the file caketool-0.6.0-py3-none-any.whl.
File metadata
- Download URL: caketool-0.6.0-py3-none-any.whl
- Upload date:
- Size: 7.9 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 |
b5eeb7d83c77fd92697d30e84ff8065814ed5dd7a787b0015e6b41f7fb11ef38
|
|
| MD5 |
e4611de993a2a7139c6f3ac4863a8c95
|
|
| BLAKE2b-256 |
5899f172c28a7cdc01cf0d87f36f60f3ed23758c8fb8f6fbdcd3aeea00db9f99
|