Skip to main content

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

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 hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page