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
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.5.0.tar.gz
(6.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
File details
Details for the file caketool-0.5.0.tar.gz.
File metadata
- Download URL: caketool-0.5.0.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04442a4d821c8506aa2f6a47f18e84f1a54ee5fae796ff082b823d56b596afc5
|
|
| MD5 |
b2fea1c7058bc103b671b38ba3136b95
|
|
| BLAKE2b-256 |
0ce4284ec71dc796398540a4944c3896a886007c07eb8f93d5d5e7e115a058c8
|
File details
Details for the file caketool-0.5.0-py3-none-any.whl.
File metadata
- Download URL: caketool-0.5.0-py3-none-any.whl
- Upload date:
- Size: 7.3 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 |
3ff31af9fe1a2ae30e4b2e4de8bfc5612d8ff09d4b3c0e38318436de213469e0
|
|
| MD5 |
f5af86ec8983cbb8545bec3173ad47a9
|
|
| BLAKE2b-256 |
9677a75d5e2ccde93b4d4e85db9aab66c6178f98215f3a3ee92b6226cef16071
|