Skip to main content

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

## 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

screenconnect-0.1.0.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

screenconnect-0.1.0-py3-none-any.whl (9.1 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