Skip to main content

Core components for the PowerShell Remoting Protocol

Project description

psrpcore - Python PowerShell Remoting Protocol Core Library

Test workflow codecov PyPI version License

Core library for PowerShell Remoting Protocol (PSRP) in Python. This library enables you to write either client or a server side implementation for PSRP. It does not provide any IO or concurrency logic as it's designed to be a pure Python implementation that is then used by other library. This follows the sans-IO paradigm to promote re-usability and have it focus purely on the protocol logic.

Documentation

Documentation is available at https://psrpcore.readthedocs.io/.

Requirements

Install

From PyPI

pip install psrpcore

From Source

git clone https://github.com/jborean93/psrpcore.git
cd psrpcore
pip install -e .

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

psrpcore-0.3.0.tar.gz (193.7 kB view hashes)

Uploaded Source

Built Distribution

psrpcore-0.3.0-py3-none-any.whl (113.5 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