Name | caketool JSON |
Version |
1.6.0
JSON |
| download |
home_page | None |
Summary | Common tools for MLOps |
upload_time | 2024-12-17 02:41:35 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.7 |
license | MIT License Copyright (c) 2018 Real Python Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
cake
ds
mlops
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
- Enviroment
```bash
conda create -n caketool
conda activate caketool
pip-compile pyproject.toml
pip-sync
pip install pip-tools bumpver build twine ipykernel
```
- Publish libs
```bash
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
```
Raw data
{
"_id": null,
"home_page": null,
"name": "caketool",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "cake, ds, mlops",
"author": null,
"author_email": "Khoi Do <khoi.do@cake.vn>",
"download_url": "https://files.pythonhosted.org/packages/3d/e0/15b0c0da064fc52754dc0376310011c981568ec07a47fceaf6e5f6066216/caketool-1.6.0.tar.gz",
"platform": null,
"description": "- Enviroment\n\n```bash\nconda create -n caketool\nconda activate caketool\npip-compile pyproject.toml\npip-sync\npip install pip-tools bumpver build twine ipykernel\n```\n\n- Publish libs\n\n```bash\nbumpver update --major # Increment the MAJOR version when you make incompatible API changes.\nbumpver update --minor # Increment the MINOR version when you add functionality in a backwards compatible manner.\nbumpver update --patch # Increment the PATCH version when you make backwards compatible bug fixes.\npython -m pip install -e . # Install on local machine\nrm ./dist/*\npython -m build\ntwine upload -r testpypi dist/*\ntwine upload dist/*\npip install caketool\n```\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2018 Real Python Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
"summary": "Common tools for MLOps",
"version": "1.6.0",
"project_urls": {
"Homepage": "https://github.com/cake-digital-bank"
},
"split_keywords": [
"cake",
" ds",
" mlops"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "605f05e357eab805733d479aa9f7b70747cc56e5f3a0c913045d98af2cae4637",
"md5": "831c93e129398a718559a382cc0f68e7",
"sha256": "c7ca54597cac623b2b36a6768a3bbc9da58a54e014e98e9ee2f82bf05634a75a"
},
"downloads": -1,
"filename": "caketool-1.6.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "831c93e129398a718559a382cc0f68e7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 24267,
"upload_time": "2024-12-17T02:41:33",
"upload_time_iso_8601": "2024-12-17T02:41:33.698480Z",
"url": "https://files.pythonhosted.org/packages/60/5f/05e357eab805733d479aa9f7b70747cc56e5f3a0c913045d98af2cae4637/caketool-1.6.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3de015b0c0da064fc52754dc0376310011c981568ec07a47fceaf6e5f6066216",
"md5": "8d4fedeac2d954ae58d89bef8377f1fc",
"sha256": "4f8b55bff7445360ffdd05a3a3ebf1d3ff01559cd97b53c46ca071f8856a38c0"
},
"downloads": -1,
"filename": "caketool-1.6.0.tar.gz",
"has_sig": false,
"md5_digest": "8d4fedeac2d954ae58d89bef8377f1fc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 19513,
"upload_time": "2024-12-17T02:41:35",
"upload_time_iso_8601": "2024-12-17T02:41:35.097850Z",
"url": "https://files.pythonhosted.org/packages/3d/e0/15b0c0da064fc52754dc0376310011c981568ec07a47fceaf6e5f6066216/caketool-1.6.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-17 02:41:35",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "caketool"
}