Skip to content

Core Library for the PowerShell Remoting Protocol

License

Notifications You must be signed in to change notification settings

jborean93/psrpcore

Repository files navigation

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 .

About

Core Library for the PowerShell Remoting Protocol

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages