# data-service-sdk
## Getting started
### 构建
```
修改 config -> version.py 的版本 +1
pip install build
打包, 命令将生成一个 dist 目录
python -m build
本地安装
pip install .\dist\data-service-sdk-0.0.1-py3-none-any.whl
# 上传 pip 包到 pypi
twine upload --repository pypi dist/*
# 上传 pip 包到 test pypi
twine upload --repository testpypi dist/*
# 从pypi 下载
pip install -i https://pypi.org/simple/ data-service-sdk
从pypi 更新
pip install -i https://pypi.org/simple/ -U data-service-sdk
# 从测试 pypi 下载
pip install -i https://test.pypi.org/simple/ data-service-sdk
# 从测试 pypi 更新
pip install -i https://test.pypi.org/simple/ -U data-service-sdk
```
Raw data
{
"_id": null,
"home_page": null,
"name": "data-service-sdk",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "auto train data service, sais",
"author": "SAIS Contributors",
"author_email": "sais@example.com",
"download_url": "https://files.pythonhosted.org/packages/d4/6d/d7bbe1cfeb5013ce00c930f2104a926ac455318c12be2027ce1260356876/data_service_sdk-0.0.39.tar.gz",
"platform": null,
"description": "# data-service-sdk\n\n## Getting started\n\n### \u6784\u5efa\n\n```\n\u4fee\u6539 config -> version.py \u7684\u7248\u672c +1\n\npip install build\n\n\u6253\u5305\uff0c \u547d\u4ee4\u5c06\u751f\u6210\u4e00\u4e2a dist \u76ee\u5f55\npython -m build\n\n\u672c\u5730\u5b89\u88c5\npip install .\\dist\\data-service-sdk-0.0.1-py3-none-any.whl\n\n# \u4e0a\u4f20 pip \u5305\u5230 pypi\ntwine upload --repository pypi dist/*\n\n# \u4e0a\u4f20 pip \u5305\u5230 test pypi\ntwine upload --repository testpypi dist/*\n\n# \u4ecepypi \u4e0b\u8f7d\npip install -i https://pypi.org/simple/ data-service-sdk\n\n\u4ecepypi \u66f4\u65b0\npip install -i https://pypi.org/simple/ -U data-service-sdk\n\n# \u4ece\u6d4b\u8bd5 pypi \u4e0b\u8f7d\npip install -i https://test.pypi.org/simple/ data-service-sdk\n\n# \u4ece\u6d4b\u8bd5 pypi \u66f4\u65b0\npip install -i https://test.pypi.org/simple/ -U data-service-sdk\n```\n\n",
"bugtrack_url": null,
"license": "Apache License 2.0",
"summary": "data-service-sdk python sdk",
"version": "0.0.39",
"project_urls": {
"repository": "https://github.com/xxx/xxxx"
},
"split_keywords": [
"auto train data service",
" sais"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "59e9fc8120a9db315928a5384b226e663fba63a407711a1a5a14e9915469a2b7",
"md5": "12bd6a256e52d6aeb842f224ea912a90",
"sha256": "3ad46d6ab53a5b2e7db1d3c68c7f87fc058f664e00c8277fbd64c4649aee0628"
},
"downloads": -1,
"filename": "data_service_sdk-0.0.39-py3-none-any.whl",
"has_sig": false,
"md5_digest": "12bd6a256e52d6aeb842f224ea912a90",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 22228,
"upload_time": "2025-02-19T14:59:42",
"upload_time_iso_8601": "2025-02-19T14:59:42.380877Z",
"url": "https://files.pythonhosted.org/packages/59/e9/fc8120a9db315928a5384b226e663fba63a407711a1a5a14e9915469a2b7/data_service_sdk-0.0.39-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d46dd7bbe1cfeb5013ce00c930f2104a926ac455318c12be2027ce1260356876",
"md5": "6d7c8202e6d77285ee66c3c6bdb60684",
"sha256": "dca320803a28fde1c87b76f1b531595cb59b95bcf4f36728d8061ffaf5b42792"
},
"downloads": -1,
"filename": "data_service_sdk-0.0.39.tar.gz",
"has_sig": false,
"md5_digest": "6d7c8202e6d77285ee66c3c6bdb60684",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 15518,
"upload_time": "2025-02-19T14:59:44",
"upload_time_iso_8601": "2025-02-19T14:59:44.731763Z",
"url": "https://files.pythonhosted.org/packages/d4/6d/d7bbe1cfeb5013ce00c930f2104a926ac455318c12be2027ce1260356876/data_service_sdk-0.0.39.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-19 14:59:44",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "xxx",
"github_project": "xxxx",
"github_not_found": true,
"lcname": "data-service-sdk"
}