Python pwsh package provides API for PowerShell.
TBD...
TBD...
Prerequisites:
- Python 3.9 or higher
- https://www.python.org/
- ATTENTION: currently works and tested only for Windows.
- pip and setuptools
To install run:
python -m pip install --upgrade pwsh
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
Copyright (c) 2024-2024 Adam KarpierzLicensed under the zlib/libpng LicensePlease refer to the accompanying LICENSE file.
- Adam Karpierz <adam@karpierz.net>