iSCP client for python
Project description
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.
pip install iscp
Usage
See below.
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
- Old Versions here
- PyPI
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
iscp-1.0.0-py3-none-any.whl
(75.8 kB
view details)
File details
Details for the file iscp-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: iscp-1.0.0-py3-none-any.whl
- Upload date:
- Size: 75.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.10.14 Linux/5.15.146+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e001bb17215b717b5389bd7f15a09326aace1bf7c618e4cff92458934d72ed2 |
|
MD5 | d4919fc063a4e88512e3044112dd584f |
|
BLAKE2b-256 | 82471e580b0d7b0da659a1461392339fa1224f936c538f15ef151532d2500dd6 |