Metadata-Version: 2.1
Name: quick-cli
Version: 0.7.0
Summary: The CLI to control your quick cluster.
Home-page: https://d9p.io/
License: Apache-2.0
Author: d9p
Author-email: contact@d9p.io
Requires-Python: >=3.6,<4.0
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Dist: PyYAML (>=5.3,<6.0)
Requires-Dist: isodate (>=0.6.0,<0.7.0)
Requires-Dist: python-dateutil (>=2.5.0,<3.0.0)
Requires-Dist: requests (>=2.0.0,<3.0.0)
Requires-Dist: six (>=1.12.0,<2.0.0)
Requires-Dist: urllib3 (>=1.0,<2.0)
Project-URL: Documentation, https://d9p.io/tutorials/
Project-URL: Repository, https://github.com/bakdata/quick-cli
Description-Content-Type: text/markdown

# Quick CLI

![Tests](https://github.com/bakdata/quick-cli/workflows/Test%20quick-cli/badge.svg)
![Code Quality](https://github.com/bakdata/quick-cli/workflows/Code%20Quality/badge.svg)
[![PyPI Version](https://img.shields.io/pypi/v/quick-cli?color=blue&label=PyPi%20Version)](https://pypi.org/project/quick-cli/)


The Quick CLI lets you manage your Quick instance.
For more information on how to work with it, see our [user guide](https://bakdata.github.io/quick/dev/user/).

## Set up

The CLI is a Python project and you can install via pip:
```shell
pip install quick-cli
```

The first step after installing the CLI is creating a new context.
Our [user guide](https://bakdata.github.io/quick/dev/user/getting-started/setup-cli/) provides further information.

## Reference

There is a [list of all commands](https://bakdata.github.io/quick/dev/user/reference/cli-commands/) as a reference.
Additionally, you can run all commands with `-h` or `--help` to display a help message.

## Contributing

The [CLI's developer guide](https://bakdata.github.io/quick/dev/developer/cli/) provides more information on how to setup the project and the project's layout.
For general information, check out out the [contributing guide](https://bakdata.github.io/quick/dev/developer/contributing/).

