Core components for the PowerShell Remoting Protocol
Project description
psrpcore - Python PowerShell Remoting Protocol Core Library
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
- CPython 3.7+
- cryptography
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.2.1.tar.gz
(183.0 kB
view details)
Built Distribution
psrpcore-0.2.1-py3-none-any.whl
(109.0 kB
view details)
File details
Details for the file psrpcore-0.2.1.tar.gz
.
File metadata
- Download URL: psrpcore-0.2.1.tar.gz
- Upload date:
- Size: 183.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 617399fb67abbbad18660e4bdcc712b80a0877f2547c6add963df5c026a2b986 |
|
MD5 | 8dfc2c66880a3df594d6f699e6b67ebf |
|
BLAKE2b-256 | 794698455fb64fbd3d26e3aff04568c0f8d7eeda2148de65612f353e8874055e |
Provenance
File details
Details for the file psrpcore-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: psrpcore-0.2.1-py3-none-any.whl
- Upload date:
- Size: 109.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2f2efe83bb9daa966e7b3e9bd7f65a772f42e407b8976f943b118844b123a28 |
|
MD5 | 560dce7c7fbd3e6a0528ddb08e0f541f |
|
BLAKE2b-256 | 41fe9b0f55463f574fc989392001e7687b0698b363b22049ab48b2a8285754c4 |