psrpcore


Namepsrpcore JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
SummaryCore components for the PowerShell Remoting Protocol
upload_time2024-04-23 00:10:55
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT License Copyright (c) 2021 Jordan Borean, Red Hat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords psrp pwsh powershell remoting
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # psrpcore - Python PowerShell Remoting Protocol Core Library

[![Test workflow](https://github.com/jborean93/psrpcore/actions/workflows/ci.yml/badge.svg)](https://github.com/jborean93/psrpcore/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/jborean93/psrpcore/branch/main/graph/badge.svg?token=UEA7VoocS5)](https://codecov.io/gh/jborean93/psrpcore)
[![PyPI version](https://badge.fury.io/py/psrpcore.svg)](https://badge.fury.io/py/psrpcore)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jborean93/PSAccessToken/blob/main/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](https://sans-io.readthedocs.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.8+
* [cryptography](https://github.com/pyca/cryptography)


## Install

### From PyPI

```bash
pip install psrpcore
```

### From Source

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "psrpcore",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "psrp, pwsh, powershell, remoting",
    "author": null,
    "author_email": "Jordan Borean <jborean93@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/48/16/bfde96e3f1f9938650827677523dcf19371e77b59259ab6b89f89916520c/psrpcore-0.3.0.tar.gz",
    "platform": null,
    "description": "# psrpcore - Python PowerShell Remoting Protocol Core Library\n\n[![Test workflow](https://github.com/jborean93/psrpcore/actions/workflows/ci.yml/badge.svg)](https://github.com/jborean93/psrpcore/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/jborean93/psrpcore/branch/main/graph/badge.svg?token=UEA7VoocS5)](https://codecov.io/gh/jborean93/psrpcore)\n[![PyPI version](https://badge.fury.io/py/psrpcore.svg)](https://badge.fury.io/py/psrpcore)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jborean93/PSAccessToken/blob/main/LICENSE)\n\nCore library for PowerShell Remoting Protocol (PSRP) in Python.\nThis library enables you to write either client or a server side implementation for PSRP.\nIt 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.\nThis follows the [sans-IO](https://sans-io.readthedocs.io/) paradigm to promote re-usability and have it focus purely on the protocol logic.\n\n\n## Documentation\n\nDocumentation is available at https://psrpcore.readthedocs.io/.\n\n\n## Requirements\n\n* CPython 3.8+\n* [cryptography](https://github.com/pyca/cryptography)\n\n\n## Install\n\n### From PyPI\n\n```bash\npip install psrpcore\n```\n\n### From Source\n\n```bash\ngit clone https://github.com/jborean93/psrpcore.git\ncd psrpcore\npip install -e .\n```\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2021 Jordan Borean, Red Hat  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Core components for the PowerShell Remoting Protocol",
    "version": "0.3.0",
    "project_urls": {
        "documentation": "https://psrpcore.readthedocs.io/",
        "homepage": "https://github.com/jborean93/psrpcore"
    },
    "split_keywords": [
        "psrp",
        " pwsh",
        " powershell",
        " remoting"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "899d88da477994b78aec03df17236a1836c5a78de00665691e636c5117757b6b",
                "md5": "028a60d991ab47771740fa91ea1738fa",
                "sha256": "28a1ba37f5e0458d131e42a4e940cb4ea2f8b622be9fd9ae0bd684f4828edafa"
            },
            "downloads": -1,
            "filename": "psrpcore-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "028a60d991ab47771740fa91ea1738fa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 113485,
            "upload_time": "2024-04-23T00:10:53",
            "upload_time_iso_8601": "2024-04-23T00:10:53.945065Z",
            "url": "https://files.pythonhosted.org/packages/89/9d/88da477994b78aec03df17236a1836c5a78de00665691e636c5117757b6b/psrpcore-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4816bfde96e3f1f9938650827677523dcf19371e77b59259ab6b89f89916520c",
                "md5": "ed5b877d108b9c30ac9cd332446e2737",
                "sha256": "39d0a2ad7feaf2915b4f3443be06b2decfc7097a77af37760a3402bd68d3bd7f"
            },
            "downloads": -1,
            "filename": "psrpcore-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ed5b877d108b9c30ac9cd332446e2737",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 193748,
            "upload_time": "2024-04-23T00:10:55",
            "upload_time_iso_8601": "2024-04-23T00:10:55.531884Z",
            "url": "https://files.pythonhosted.org/packages/48/16/bfde96e3f1f9938650827677523dcf19371e77b59259ab6b89f89916520c/psrpcore-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-23 00:10:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jborean93",
    "github_project": "psrpcore",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "psrpcore"
}
        
Elapsed time: 0.25010s