Python py-chocolatey package provides API for Chocolatey, the Package Manager for Windows.
TBD...
TBD...
Prerequisites:
- Python 3.10 or higher
- https://www.python.org/
- ATTENTION: currently works and is only tested under Windows.
- pip and setuptools
To install run:
python -m pip install --upgrade py-chocolatey
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/py-chocolatey.git py-chocolatey
and run:
python -m pip install ./py-chocolatey
or on development mode:
python -m pip install --editable ./py-chocolatey
Copyright (c) 2022-2026 Adam KarpierzLicensed under the zlib/libpng LicensePlease refer to the accompanying LICENSE file.
- Adam Karpierz <adam@karpierz.net>