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.4.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.4.0-py3-none-any.whl
(24.0 kB
view details)
File details
Details for the file caketool-1.4.0.tar.gz.
File metadata
- Download URL: caketool-1.4.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 |
7e38a63f99242c61b50304bf4d2f5a3fcc52ca2a23745adb57fbdadcc7d4c104
|
|
| MD5 |
210d6cf6fba38acf6a2a1fa6eeb716a9
|
|
| BLAKE2b-256 |
a98eb15b61c347cd08994328217bc197830b57d636fae3680a4598ccd3f4555b
|
File details
Details for the file caketool-1.4.0-py3-none-any.whl.
File metadata
- Download URL: caketool-1.4.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 |
9492a170be5a4a7dddd0d531bb8c0e251cbd4b4796cc51637f96b47e9eb18a78
|
|
| MD5 |
35c7ce6326cd555a09519e894299e91c
|
|
| BLAKE2b-256 |
748abdcbea7144860ae5d4f0619627d320394504fdda1bd8bd4a4181f157865c
|