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.6+
- 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.1.2.tar.gz
(181.6 kB
view details)
Built Distribution
psrpcore-0.1.2-py3-none-any.whl
(108.4 kB
view details)
File details
Details for the file psrpcore-0.1.2.tar.gz
.
File metadata
- Download URL: psrpcore-0.1.2.tar.gz
- Upload date:
- Size: 181.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11a304db7bbc3cb619382b7893200cfde479cd876536c1dd20130a78e08c3b05 |
|
MD5 | 90b95a6246da7fda0b695bfb4cf79b9d |
|
BLAKE2b-256 | 50d4daab22ebc798bdadd83b1d7b6da0c5228c71281fbdac1c0d0e9498affc15 |
Provenance
File details
Details for the file psrpcore-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: psrpcore-0.1.2-py3-none-any.whl
- Upload date:
- Size: 108.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88201c485aa972b0ec42ba46df5dbcf21dee7dd31b6c48afb7b2155a1c5b36ca |
|
MD5 | d72b7f3622fa52d99dc896b8eece5012 |
|
BLAKE2b-256 | cd0a291f5ce2d65f0b498d09934cbc494fcc8f8b009a3b91b86b9cf4e15ac014 |