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.17.0.tar.gz
(14.2 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-0.17.0-py3-none-any.whl
(17.2 kB
view details)
File details
Details for the file caketool-0.17.0.tar.gz.
File metadata
- Download URL: caketool-0.17.0.tar.gz
- Upload date:
- Size: 14.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c075f311c275bb6588dde4328e43adba37cd5103c33c9622c8c119b2f1ca7b17
|
|
| MD5 |
fb05b6a2292240a746434fc1c19ea792
|
|
| BLAKE2b-256 |
e3a6c7044430985a100a2089ae4851a3d7c3ffa7edf229b63104295cf67ea367
|
File details
Details for the file caketool-0.17.0-py3-none-any.whl.
File metadata
- Download URL: caketool-0.17.0-py3-none-any.whl
- Upload date:
- Size: 17.2 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 |
9a9d8a2a975828324b923b152f9d21d11e1d9b3aca57947b31eaa5898857e3fd
|
|
| MD5 |
4a7393b479ae2bd36b64a66f987734a7
|
|
| BLAKE2b-256 |
a118dd623a4c9b51f735b60194a4ae0fb47ca7ad0eaab5de7c1c237901719382
|