Metadata-Version: 2.1
Name: chocolatey-choco
Version: 0.0.2
Summary: Minimal choco command for use on non-Windows platforms.
License: MIT
Author: Andrew Udvare
Author-email: audvare@gmail.com
Requires-Python: >=3.10,<4
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.3,!=8.1.4)
Requires-Dist: defusedxml (>=0.7.1,<0.8.0)
Requires-Dist: loguru (>=0.7.1,<0.8.0)
Requires-Dist: pyxdg (>=0.28,<0.29)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: tomlkit (>=0.12.1,<0.13.0)
Description-Content-Type: text/markdown

# pychoco

Minimal choco command for use on non-Windows platforms.

## Installation

```shell
pip install chocolatey-choco
```

## Command line usage

```plain
Usage: choco [OPTIONS] COMMAND [ARGS]...

  Root command.

Options:
  --help  Show this message and exit.

Commands:
  apikey
  config
  new
  pack
  push
```

