chocolatey documentation¶
py-chocolatey¶
Python py-chocolatey package provides API for Chocolatey, the Package Manager for Windows.
Overview¶
TBD…
Usage¶
TBD…
Installation¶
Prerequisites:
Python 3.10 or higher
ATTENTION: currently works and is only tested under Windows.
pip and setuptools
To install run:
python -m pip install --upgrade py-chocolatey
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/py-chocolatey.git py-chocolatey
and run:
python -m pip install ./py-chocolatey
or on development mode:
python -m pip install --editable ./py-chocolatey
License¶
Copyright (c) 2022-2026 Adam KarpierzLicensed under the zlib/libpng LicensePlease refer to the accompanying LICENSE file.
Contents¶
- Changelog
- 0.10.0 (2025-12-02)
- 0.9.0 (2025-09-19)
- 0.8.2 (2025-05-15)
- 0.8.1 (2025-05-04)
- 0.8.0 (2025-04-28)
- 0.7.1 (2025-03-20)
- 0.7.0 (2025-02-01)
- 0.6.1 (2024-12-13)
- 0.6.0 (2024-12-10)
- 0.5.0 (2024-10-30)
- 0.4.1 (2024-06-20)
- 0.4.0 (2024-01-26)
- 0.3.1 (2023-11-24)
- 0.3.0 (2023-11-22)
- 0.2.2 (2023-10-27)
- 0.2.1 (2023-10-13)
- 0.2.0 (2023-10-12)
- 0.1.2 (2023-10-11)
- 0.1.1 (2023-10-11)
- 0.1.0 (2023-10-09)
- 0.0.2 (2023-10-05)
- 0.0.1 (2023-07-13)
- 0.0.0 (2023-07-07)