Common tools for MLOps
Project description
- Enviroment
conda create -n caketool
conda activate caketool
pip-compile pyproject.toml
pip-sync
pip install pip-tools bumpver build twine ipykernel
- Publish libs
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.3.0.tar.gz
(19.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.3.0-py3-none-any.whl
(24.0 kB
view details)
File details
Details for the file caketool-1.3.0.tar.gz.
File metadata
- Download URL: caketool-1.3.0.tar.gz
- Upload date:
- Size: 19.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 |
9d2b06ee5b180a76776861a566814b40f5907c415b262f35c33b5dafed9124cd
|
|
| MD5 |
6d14322e23b4b0dc66729c45c6b68ae5
|
|
| BLAKE2b-256 |
b855d3d559bd4c359a0cfed06cc2f3217c8f36c43a80c74bb9da6a75fb74790f
|
File details
Details for the file caketool-1.3.0-py3-none-any.whl.
File metadata
- Download URL: caketool-1.3.0-py3-none-any.whl
- Upload date:
- Size: 24.0 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 |
97f4601dc6062740950fe13f6edcdc4babbbf210b3af0798267056d4a47195ac
|
|
| MD5 |
80dafa7bc9d13a6172a55e2201584264
|
|
| BLAKE2b-256 |
57918890e8088b8d1319c4f4d3942074095a79497b00cd5b764db73edea5ac55
|