Name | crealand JSON |
Version |
1.0.61
JSON |
| download |
home_page | None |
Summary | Python SDK for the Crealand |
upload_time | 2024-12-23 03:19:49 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | MIT License Copyright (c) 2012-2023 UBTECH Robotics Corp. All Rights Reserved 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 |
crealand
ubtech robotics crealand
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Crealand SDK
Crealand SDK
# 版本号修改
- 修改`version.txt`中的版本号
## Requirements
- build
- setuptools
- wheel
- twine
## build
需要先 pip 安装 build(setuptools 和 wheel会自动安装), 再编译打包:
```
python3 -m pip install build
python3 -m build
```
## Install
```bash
pip install crealand
```
## Uninstall
```bash
pip uninstall crealand
```
## Publish
### 前置条件
- 把根目录的`.pypirc`文件拷贝到系统用户根目录;
- 安装`twine`
### 发布测试环境
> https://test.pypi.org/
```bash
python3 -m twine upload --repository testpypi dist/*
```
### 发布正式环境
> https://pypi.org/
```bash
python3 -m twine upload --repository pypi dist/*
```
Raw data
{
"_id": null,
"home_page": null,
"name": "crealand",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "Crealand, UBTECH Robotics Crealand",
"author": null,
"author_email": "UBTECH Robotics <swenggroup@ubtrobot.com>",
"download_url": "https://files.pythonhosted.org/packages/b6/60/1ff6f84c6475d3989b6bf759382b067c90c2e8a3268401f320915b919d29/crealand-1.0.61.tar.gz",
"platform": "Linux",
"description": "# Crealand SDK\n\nCrealand SDK\n\n# \u7248\u672c\u53f7\u4fee\u6539\n\n- \u4fee\u6539`version.txt`\u4e2d\u7684\u7248\u672c\u53f7\n\n## Requirements\n\n- build\n - setuptools\n - wheel\n - twine\n\n## build\n\n\u9700\u8981\u5148 pip \u5b89\u88c5 build\uff08setuptools \u548c wheel\u4f1a\u81ea\u52a8\u5b89\u88c5\uff09\uff0c \u518d\u7f16\u8bd1\u6253\u5305\uff1a\n\n```\npython3 -m pip install build\npython3 -m build\n```\n\n## Install\n\n```bash\npip install crealand\n```\n\n## Uninstall\n\n```bash\npip uninstall crealand\n```\n\n## Publish\n\n### \u524d\u7f6e\u6761\u4ef6\n\n- \u628a\u6839\u76ee\u5f55\u7684`.pypirc`\u6587\u4ef6\u62f7\u8d1d\u5230\u7cfb\u7edf\u7528\u6237\u6839\u76ee\u5f55\uff1b\n- \u5b89\u88c5`twine`\n\n### \u53d1\u5e03\u6d4b\u8bd5\u73af\u5883\n\n> https://test.pypi.org/\n\n```bash\npython3 -m twine upload --repository testpypi dist/*\n```\n\n### \u53d1\u5e03\u6b63\u5f0f\u73af\u5883\n\n> https://pypi.org/\n\n```bash\npython3 -m twine upload --repository pypi dist/*\n```\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2012-2023 UBTECH Robotics Corp. All Rights Reserved 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": "Python SDK for the Crealand",
"version": "1.0.61",
"project_urls": null,
"split_keywords": [
"crealand",
" ubtech robotics crealand"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ccefe827396d30c666e158e9993a2b308cb45416919d6e3517dc644223488be3",
"md5": "f18c21f24c5bad0a9dc7ff9bb65283b5",
"sha256": "30c2793ace9bf58d1857ca0eecbbc7bfb04ca0aa22f5325c95376b3e808df532"
},
"downloads": -1,
"filename": "crealand-1.0.61-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f18c21f24c5bad0a9dc7ff9bb65283b5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 29898,
"upload_time": "2024-12-23T03:19:44",
"upload_time_iso_8601": "2024-12-23T03:19:44.526797Z",
"url": "https://files.pythonhosted.org/packages/cc/ef/e827396d30c666e158e9993a2b308cb45416919d6e3517dc644223488be3/crealand-1.0.61-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b6601ff6f84c6475d3989b6bf759382b067c90c2e8a3268401f320915b919d29",
"md5": "a06b2bc4aeca7773b3e02a4afbe3849d",
"sha256": "d2f9be4915fc95acb0122fd47f3aafd866d01a9d67a2ccbc027428a948bc771a"
},
"downloads": -1,
"filename": "crealand-1.0.61.tar.gz",
"has_sig": false,
"md5_digest": "a06b2bc4aeca7773b3e02a4afbe3849d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 25200,
"upload_time": "2024-12-23T03:19:49",
"upload_time_iso_8601": "2024-12-23T03:19:49.311360Z",
"url": "https://files.pythonhosted.org/packages/b6/60/1ff6f84c6475d3989b6bf759382b067c90c2e8a3268401f320915b919d29/crealand-1.0.61.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-23 03:19:49",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "crealand"
}