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-1.0.1.tar.gz
(15.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
caketool-1.0.1-py3-none-any.whl
(18.5 kB
view details)
File details
Details for the file caketool-1.0.1.tar.gz.
File metadata
- Download URL: caketool-1.0.1.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
697697e87eed0afcc9e4589d2b79c8d062a01f89cbdc5eb596ceafd4d835c53a
|
|
| MD5 |
daf0edf40eb16efa8a5530aab93fbcb7
|
|
| BLAKE2b-256 |
c3b42a3a1339f311156a700deedae6bc29b259e87c09393b9f01aceb21e37ece
|
File details
Details for the file caketool-1.0.1-py3-none-any.whl.
File metadata
- Download URL: caketool-1.0.1-py3-none-any.whl
- Upload date:
- Size: 18.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48f0434b6c6eef74f96e3835894a2b4c59a74c6a7f4bca1f4f94b18b7d23b29e
|
|
| MD5 |
2d306bd67de9b736db1ac16653ff00f7
|
|
| BLAKE2b-256 |
eaca71985c68f1b42c97574814da573c26a66d3bff1a91f6001462c986bc5296
|