A library that provides a Python interface to the ScreenConnect API
Project description
# python-screenconnect An unofficial Python wrapper around the ScreenConnect API
Currently undergoing initial development
## Introduction
This library provides a pure Python interface for the ScreenConnect API. Note that it’s undergoing initial development.
## Requirements
Python 3.5+ and dependencies listed on requirements.txt
An installed and publicly-accessible [ScreenConnect](https://www.screenconnect.com/) server
## Installation
You can install latest release from PyPI by running:
`shell pip install screenconnect `
Or if you prefer to install from source, clone this repository and run:
`shell pip install . `
## Getting Started
`python >>> import screenconnect >>> sc = screenconnect.ScreenConnect('https://examplesite.screenconnect.com', auth=('user', 'pass')) >>> sc.server_version '6.2.12646.6275' >>> sc.get_eligible_hosts() ['Cloud Account Administrator', 'Tech 1', 'Tech 2'] `
## Running Tests
Coming soon
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file screenconnect-0.1.0.tar.gz.
File metadata
- Download URL: screenconnect-0.1.0.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b040994f8bf26e761c7478b7dcc841a17915feabac0a451f2309511cb652605f
|
|
| MD5 |
5a9e264df7454379975c43f6aa4e71f5
|
|
| BLAKE2b-256 |
a233ce5d5eae06f56a1acbbf40cec8ab4251385c132bcdd8f92ec58566bc7510
|
File details
Details for the file screenconnect-0.1.0-py3-none-any.whl.
File metadata
- Download URL: screenconnect-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b68c7fa87f473e673a2d3f984e5472634000ebfdc8d6dceb9b087a95f0d7ce7
|
|
| MD5 |
8103c9abf24083b8eb5d7502936f59a4
|
|
| BLAKE2b-256 |
e5a5a5e1573d7655d46df90703419865f4b3953f7209d5c9c22d08de6ec5c98b
|