Name | cela JSON |
Version |
0.0.6a0
JSON |
| download |
home_page | None |
Summary | A command client for CELA. |
upload_time | 2024-09-06 02:33:56 |
maintainer | None |
docs_url | None |
author | celaraze |
requires_python | None |
license | MIT |
keywords |
cela
asset
management
client
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Cela Client
A Command-line client for [Cela](https://github.com/celaraze/cela.git).
## Quick Start
```shell
pip install cela
cela connect http://localhost:8000
cela login admin admin
cela todo list
```
## Publish By Github Actions
```shell
git tag v0.0.5-alpha
git push origin v0.0.5-alpha
# or
# git push origin -tags
```
## Publish Manually
```shell
pip install twine
python setup.py bdist_wheel --universal
twine upload dist/*
```
Raw data
{
"_id": null,
"home_page": null,
"name": "cela",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "cela, asset, management, client",
"author": "celaraze",
"author_email": "celaraze@qq.com",
"download_url": null,
"platform": null,
"description": "# Cela Client\n\nA Command-line client for [Cela](https://github.com/celaraze/cela.git).\n\n## Quick Start\n\n```shell\npip install cela\ncela connect http://localhost:8000\ncela login admin admin\ncela todo list\n```\n\n## Publish By Github Actions\n\n```shell\ngit tag v0.0.5-alpha\ngit push origin v0.0.5-alpha\n# or\n# git push origin -tags\n```\n\n## Publish Manually\n\n```shell\npip install twine\npython setup.py bdist_wheel --universal\ntwine upload dist/*\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A command client for CELA.",
"version": "0.0.6a0",
"project_urls": null,
"split_keywords": [
"cela",
" asset",
" management",
" client"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "31c5334b0f800d8f3a90530a14ef0568bc15f3b5ef97a7c8d90bd5bba4d4d0d6",
"md5": "f1571f81c6125a81651306af9f3aaaaa",
"sha256": "d84ec3f6289a9943a864dfda1c550b8cd32ae1d9b55a04f16328c3bf645ae85a"
},
"downloads": -1,
"filename": "cela-0.0.6a0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "f1571f81c6125a81651306af9f3aaaaa",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 11421,
"upload_time": "2024-09-06T02:33:56",
"upload_time_iso_8601": "2024-09-06T02:33:56.332461Z",
"url": "https://files.pythonhosted.org/packages/31/c5/334b0f800d8f3a90530a14ef0568bc15f3b5ef97a7c8d90bd5bba4d4d0d6/cela-0.0.6a0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-06 02:33:56",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "cela"
}