Metadata-Version: 2.3
Name: chocolatey-choco
Version: 0.1.2
Summary: Minimal choco command for use on non-Windows platforms.
License: MIT
Keywords: command line,windows
Author: Andrew Udvare
Author-email: audvare@gmail.com
Requires-Python: >=3.10,<3.14
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Provides-Extra: erdantic
Requires-Dist: click (>=8.1.8,<9.0.0)
Requires-Dist: defusedxml (>=0.7.1,<0.8.0)
Requires-Dist: erdantic (<2.0) ; extra == "erdantic"
Requires-Dist: platformdirs (>=4.3.7,<5.0.0)
Requires-Dist: python-dateutil (>=2.9.0.post0,<3.0.0)
Requires-Dist: requests (==2.32.3)
Requires-Dist: tomlkit (>=0.13.2,<0.14.0)
Requires-Dist: typing-extensions (>=4.13.1,<5.0.0)
Project-URL: Documentation, https://chocolatey-choco.readthedocs.org
Project-URL: Homepage, https://tatsh.github.io/pychoco/
Project-URL: Issues, https://github.com/Tatsh/pychoco/issues
Project-URL: Repository, https://github.com/Tatsh/pychoco
Description-Content-Type: text/markdown

# pychoco

[![QA](https://github.com/Tatsh/pychoco/actions/workflows/qa.yml/badge.svg)](https://github.com/Tatsh/pychoco/actions/workflows/qa.yml)
[![Tests](https://github.com/Tatsh/pychoco/actions/workflows/tests.yml/badge.svg)](https://github.com/Tatsh/pychoco/actions/workflows/tests.yml)
[![Coverage Status](https://coveralls.io/repos/github/Tatsh/pychoco/badge.svg?branch=master)](https://coveralls.io/github/Tatsh/pychoco?branch=master)
[![Documentation Status](https://readthedocs.org/projects/pychoco/badge/?version=latest)](https://chocolatey-choco.readthedocs.org/?badge=latest)
[![PyPI - Version](https://img.shields.io/pypi/v/chocolatey-choco)](https://pypi.org/project/chocolatey-choco/)
[![GitHub tag (with filter)](https://img.shields.io/github/v/tag/Tatsh/pychoco)](https://github.com/Tatsh/pychoco/tags)
[![License](https://img.shields.io/github/license/Tatsh/pychoco)](https://github.com/Tatsh/pychoco/blob/master/LICENSE.txt)
[![GitHub commits since latest release (by SemVer including pre-releases)](https://img.shields.io/github/commits-since/Tatsh/pychoco/v0.1.2/master)](https://github.com/Tatsh/pychoco/compare/v0.1.2...master)

Minimal choco command for use on non-Windows platforms.

## Installation

### Poetry

```shell
poetry add pychoco
```

### Pip

```shell
pip install pychoco
```

## Usage

Add `-d` to show debug logs.

```shell
pychoco
```

