pwsh

Provides API for PowerShell.


Keywords
powershell, pwsh
Licenses
Zlib/Libpng/MIT-feh/Zlib
Install
pip install pwsh==0.1.0

Documentation

pwsh

Python pwsh package provides API for PowerShell.

Overview

TBD...

PyPI record.

Documentation.

Usage

TBD...

Installation

Prerequisites:

To install run:

python -m pip install --upgrade pwsh

Development

Prerequisites:

  • Development is strictly based on tox. To install it run:

    python -m pip install --upgrade tox
    

Visit Development page.

Installation from sources:

clone the sources:

git clone https://github.com/karpierz/pwsh.git pwsh

and run:

python -m pip install ./pwsh

or on development mode:

python -m pip install --editable ./pwsh

License

Copyright (c) 2024-2024 Adam Karpierz
Licensed under the zlib/libpng License
Please refer to the accompanying LICENSE file.

Authors