karpierz / py-chocolatey

Python API for Chocolatey, the Package Manager for Windows.
zlib License
4 stars 0 forks source link

py-chocolatey

Python |package_bold| package provides API for Chocolatey, the Package Manager for Windows.

Overview

TBD...

PyPI record_.

Documentation_.

Usage

TBD...

Installation

Prerequisites:

To install run:

.. parsed-literal::

python -m pip install --upgrade |package|

Development

Prerequisites:

Visit Development page_.

Installation from sources:

clone the sources:

.. parsed-literal::

git clone |respository| |package|

and run:

.. parsed-literal::

python -m pip install ./|package|

or on development mode:

.. parsed-literal::

python -m pip install --editable ./|package|

License

| Copyright (c) 2022-2024 Adam Karpierz | Licensed under the zlib/libpng License | https://opensource.org/license/zlib | Please refer to the accompanying LICENSE file.

Authors

.. |package| replace:: py-chocolatey .. |package_bold| replace:: py-chocolatey .. |respository| replace:: https://github.com/karpierz/py-chocolatey.git .. _Development page: https://github.com/karpierz/py-chocolatey .. _PyPI record: https://pypi.org/project/py-chocolatey/ .. _Documentation: https://py-chocolatey.readthedocs.io/