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.9.0.tar.gz
(10.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
caketool-0.9.0-py3-none-any.whl
(12.4 kB
view details)
File details
Details for the file caketool-0.9.0.tar.gz.
File metadata
- Download URL: caketool-0.9.0.tar.gz
- Upload date:
- Size: 10.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 |
ddf9f6e55740fc39a18a7b84253e6e8844e99a06b1b0aa874268df599e83f2a3
|
|
| MD5 |
1a8be75250a4821d7eac71330836708d
|
|
| BLAKE2b-256 |
ed097e0d3489b74152a4f8bd6e9c82ba9bab6641e8318e979f71711618dc1bc0
|
File details
Details for the file caketool-0.9.0-py3-none-any.whl.
File metadata
- Download URL: caketool-0.9.0-py3-none-any.whl
- Upload date:
- Size: 12.4 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 |
1d8d9570be72dc70fa7aaf764fe56c4607c73e6d5ef0d73d3e13dd56e20c900a
|
|
| MD5 |
2b0d7e9b8db4642a643f1b076e6c1f8e
|
|
| BLAKE2b-256 |
639a86af999e8602d1d7be15813aba29c9a5f111fef288c8a2ef267721a10781
|