iscp


Nameiscp JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryiSCP client for python
upload_time2024-04-17 00:24:26
maintaineraptpod,Inc
docs_urlNone
authoraptpod,Inc
requires_python<4.0,>=3.10
licenseApache-2.0
keywords intdash iscp intdash sdk iscp sdk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # iscp-py

iscp-py is a client library that accesses the iSCP version 2.

## Install

You can install iscp-py using PyPI. Install with the following command.

```sh
pip install iscp
```

## Usage

See below.

```python
import iscp

connector = iscp.WebSocketConnector()
token = "your token"
node_id = "node_id"

async with await iscp.Conn.connect(
    address=address, connector=connector, token_source=lambda: token, node_id=node_id
) as conn:
```

## References

- [API Reference](https://docs.intdash.jp/api/intdash-sdk/python/latest/)
  - Old Versions [here](https://docs.intdash.jp/api/intdash-sdk/python-versions/)
- [PyPI](https://pypi.org/project/iscp/)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "iscp",
    "maintainer": "aptpod,Inc",
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": "sdk-support@aptpod.co.jp",
    "keywords": "intdash, iscp, intdash sdk, iscp sdk",
    "author": "aptpod,Inc",
    "author_email": "sdk-support@aptpod.co.jp",
    "download_url": null,
    "platform": null,
    "description": "# iscp-py\n\niscp-py is a client library that accesses the iSCP version 2.\n\n## Install\n\nYou can install iscp-py using PyPI. Install with the following command.\n\n```sh\npip install iscp\n```\n\n## Usage\n\nSee below.\n\n```python\nimport iscp\n\nconnector = iscp.WebSocketConnector()\ntoken = \"your token\"\nnode_id = \"node_id\"\n\nasync with await iscp.Conn.connect(\n    address=address, connector=connector, token_source=lambda: token, node_id=node_id\n) as conn:\n```\n\n## References\n\n- [API Reference](https://docs.intdash.jp/api/intdash-sdk/python/latest/)\n  - Old Versions [here](https://docs.intdash.jp/api/intdash-sdk/python-versions/)\n- [PyPI](https://pypi.org/project/iscp/)\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "iSCP client for python",
    "version": "1.0.0",
    "project_urls": null,
    "split_keywords": [
        "intdash",
        " iscp",
        " intdash sdk",
        " iscp sdk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82471e580b0d7b0da659a1461392339fa1224f936c538f15ef151532d2500dd6",
                "md5": "d4919fc063a4e88512e3044112dd584f",
                "sha256": "5e001bb17215b717b5389bd7f15a09326aace1bf7c618e4cff92458934d72ed2"
            },
            "downloads": -1,
            "filename": "iscp-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d4919fc063a4e88512e3044112dd584f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 75842,
            "upload_time": "2024-04-17T00:24:26",
            "upload_time_iso_8601": "2024-04-17T00:24:26.960690Z",
            "url": "https://files.pythonhosted.org/packages/82/47/1e580b0d7b0da659a1461392339fa1224f936c538f15ef151532d2500dd6/iscp-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-17 00:24:26",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "iscp"
}
        
Elapsed time: 0.71199s