Metadata-Version: 2.1
Name: chocolatey-choco
Version: 0.1.1
Summary: Minimal choco command for use on non-Windows platforms.
Home-page: https://github.com/Tatsh/pychoco
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: python-dateutil (>=2.8.2,<3.0.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

[![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/chocolatey-choco/badge/?version=latest)](https://chocolatey-choco.readthedocs.io/en/latest/?badge=latest)
![PyPI - Version](https://img.shields.io/pypi/v/chocolatey-choco)
![GitHub tag (with filter)](https://img.shields.io/github/v/tag/Tatsh/pychoco)
![GitHub](https://img.shields.io/github/license/Tatsh/pychoco)
![GitHub commits since latest release (by SemVer including pre-releases)](https://img.shields.io/github/commits-since/Tatsh/pychoco/v0.1.1/master)

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
  search
```

`search` is not 1:1 with the official `choco` command in behaviour.

