sl-pos2-api


Namesl-pos2-api JSON
Version 0.2.8 PyPI version JSON
download
home_pagehttps://github.com/zzzpeifeng/sl-pos2-api
SummaryShopline POS2 API SDK
upload_time2025-09-15 10:30:31
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SHOPLINE POS2.0 API 工具

## 安装

```bash
pip install sl-pos2-api
```

## 使用

```python
from sl_pos2_api_tool import OrderApi

order_api = OrderApi(
    base_url="https://pos2-api.shoplineapp.com",
    host="pos2-api.shoplineapp.com",
    uid="123456",
    device_info="device_info",
    ticket="ticket",
)

order_api.hello()
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zzzpeifeng/sl-pos2-api",
    "name": "sl-pos2-api",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/a4/74/19b95fe78800bcdc5efdc98905682e562e2d3614f846ec87bb8a84674bae/sl_pos2_api-0.2.8.tar.gz",
    "platform": null,
    "description": "# SHOPLINE POS2.0 API \u5de5\u5177\n\n## \u5b89\u88c5\n\n```bash\npip install sl-pos2-api\n```\n\n## \u4f7f\u7528\n\n```python\nfrom sl_pos2_api_tool import OrderApi\n\norder_api = OrderApi(\n    base_url=\"https://pos2-api.shoplineapp.com\",\n    host=\"pos2-api.shoplineapp.com\",\n    uid=\"123456\",\n    device_info=\"device_info\",\n    ticket=\"ticket\",\n)\n\norder_api.hello()\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Shopline POS2 API SDK",
    "version": "0.2.8",
    "project_urls": {
        "Homepage": "https://github.com/zzzpeifeng/sl-pos2-api"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1311527080271c158a7cb9facd9af8472247512e117a63df72f20a293b9b16c4",
                "md5": "2a7af62850a9c3e97a24e48ab59178cd",
                "sha256": "3925f5d7c38c37fccccdd66c9f77e71c751481bbeb1fd1479df50c5f74eab9c6"
            },
            "downloads": -1,
            "filename": "sl_pos2_api-0.2.8-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2a7af62850a9c3e97a24e48ab59178cd",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7",
            "size": 6924,
            "upload_time": "2025-09-15T10:30:30",
            "upload_time_iso_8601": "2025-09-15T10:30:30.319293Z",
            "url": "https://files.pythonhosted.org/packages/13/11/527080271c158a7cb9facd9af8472247512e117a63df72f20a293b9b16c4/sl_pos2_api-0.2.8-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a47419b95fe78800bcdc5efdc98905682e562e2d3614f846ec87bb8a84674bae",
                "md5": "07ccebdd8a7d84ea14805841ec9307c6",
                "sha256": "ff0682bde68530efa3792d9fca59d7d42ce7484f46ebc94605b1b5796c556f60"
            },
            "downloads": -1,
            "filename": "sl_pos2_api-0.2.8.tar.gz",
            "has_sig": false,
            "md5_digest": "07ccebdd8a7d84ea14805841ec9307c6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 6123,
            "upload_time": "2025-09-15T10:30:31",
            "upload_time_iso_8601": "2025-09-15T10:30:31.344573Z",
            "url": "https://files.pythonhosted.org/packages/a4/74/19b95fe78800bcdc5efdc98905682e562e2d3614f846ec87bb8a84674bae/sl_pos2_api-0.2.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-15 10:30:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zzzpeifeng",
    "github_project": "sl-pos2-api",
    "github_not_found": true,
    "lcname": "sl-pos2-api"
}
        
Elapsed time: 9.65031s