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.2.0.tar.gz
(4.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
File details
Details for the file caketool-0.2.0.tar.gz.
File metadata
- Download URL: caketool-0.2.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1760ba2a1d927f4efabd2ddd25a6dcc243d4e878911749aabe7bb8441bca5f14
|
|
| MD5 |
9be27da3680a1fee6c6da39d1b554a26
|
|
| BLAKE2b-256 |
246d004690b322e24b12c288362de73e6144916795979396629f798217e4085c
|
File details
Details for the file caketool-0.2.0-py3-none-any.whl.
File metadata
- Download URL: caketool-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.0 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 |
2371d78945da582f77eda8a140655e29b1a79495005757e89730386658ddbd44
|
|
| MD5 |
24fbda14482410d1a584dba7d4809854
|
|
| BLAKE2b-256 |
19a7c406d7ab5af0ad0fc2f06851af87decc9b337b7a821bcc9bcda0d56e8b28
|