data-service-sdk


Namedata-service-sdk JSON
Version 0.0.37 PyPI version JSON
download
home_pageNone
Summarydata-service-sdk python sdk
upload_time2024-11-27 05:15:37
maintainerNone
docs_urlNone
authorSAIS Contributors
requires_python>=3.9
licenseApache License 2.0
keywords auto train data service sais
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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/62/cb/bef0c6036a335c123af71a57dc1da6abafc711dc1c8c3c01dca5e4bf0b40/data_service_sdk-0.0.37.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.37",
    "project_urls": {
        "repository": "https://github.com/xxx/xxxx"
    },
    "split_keywords": [
        "auto train data service",
        " sais"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1af769c98d3fbb157379d5643f4e081b19219823c84011f1aa858cbba4c65154",
                "md5": "9f0e865629dd8f801c0bc3d1002ffcc6",
                "sha256": "ae14da5582c777a4f54d67f38fa731b67058814d1e2d01ea7e70cb5d0eb06a09"
            },
            "downloads": -1,
            "filename": "data_service_sdk-0.0.37-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9f0e865629dd8f801c0bc3d1002ffcc6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 21953,
            "upload_time": "2024-11-27T05:15:35",
            "upload_time_iso_8601": "2024-11-27T05:15:35.815848Z",
            "url": "https://files.pythonhosted.org/packages/1a/f7/69c98d3fbb157379d5643f4e081b19219823c84011f1aa858cbba4c65154/data_service_sdk-0.0.37-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "62cbbef0c6036a335c123af71a57dc1da6abafc711dc1c8c3c01dca5e4bf0b40",
                "md5": "75149ea8d6fa16a36c99981396563eda",
                "sha256": "c7aa3b4e1c984ccba5f8e546ee9cdd4081b997f54df5ba64a852841ffbe8423a"
            },
            "downloads": -1,
            "filename": "data_service_sdk-0.0.37.tar.gz",
            "has_sig": false,
            "md5_digest": "75149ea8d6fa16a36c99981396563eda",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 15256,
            "upload_time": "2024-11-27T05:15:37",
            "upload_time_iso_8601": "2024-11-27T05:15:37.649321Z",
            "url": "https://files.pythonhosted.org/packages/62/cb/bef0c6036a335c123af71a57dc1da6abafc711dc1c8c3c01dca5e4bf0b40/data_service_sdk-0.0.37.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-27 05:15:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "xxx",
    "github_project": "xxxx",
    "github_not_found": true,
    "lcname": "data-service-sdk"
}
        
Elapsed time: 0.37949s