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.1.tar.gz
(181.5 kB
view details)
Built Distribution
psrpcore-0.1.1-py3-none-any.whl
(108.3 kB
view details)
File details
Details for the file psrpcore-0.1.1.tar.gz
.
File metadata
- Download URL: psrpcore-0.1.1.tar.gz
- Upload date:
- Size: 181.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c87567fc2a98b8373f00ddf172f0d1a0273fa59485cc0dbe1c4736f6a25be8d |
|
MD5 | ab01783d22cc90636e305264773a18c6 |
|
BLAKE2b-256 | 43e670cf40aad3cc3e2c2dbeaf2574fd856cf415b8fd256a741776a8a12fa63f |
Provenance
File details
Details for the file psrpcore-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: psrpcore-0.1.1-py3-none-any.whl
- Upload date:
- Size: 108.3 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 | cd3069b00eeaaa2bf79368ecc1e845bdaa090eb105f132bf3b17621ad936da92 |
|
MD5 | 16b5b21da9a16803a954f63eecea0796 |
|
BLAKE2b-256 | 07a74db4ed4950ec1e118dcc5651558b4f3d26623348fa3de1dfc5af39f59375 |