Metadata-Version: 2.1
Name: doing-cli
Version: 1.0.1
Summary: UNKNOWN
Home-page: UNKNOWN
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: Click (>=7.1)
Requires-Dist: python-dotenv
Requires-Dist: rich (>=9.10.0)
Requires-Dist: pyyaml (>=5.4.0)
Provides-Extra: all
Requires-Dist: Click (>=7.1) ; extra == 'all'
Requires-Dist: python-dotenv ; extra == 'all'
Requires-Dist: rich (>=9.10.0) ; extra == 'all'
Requires-Dist: pyyaml (>=5.4.0) ; extra == 'all'
Requires-Dist: mkdocs-material ; extra == 'all'
Requires-Dist: mkdocs-macros-plugin ; extra == 'all'
Requires-Dist: pytest ; extra == 'all'
Requires-Dist: pytest-cov ; extra == 'all'
Requires-Dist: pyflakes ; extra == 'all'

![pytest](https://github.com/ing-bank/doing-cli/workflows/Release/badge.svg)
![pytest](https://github.com/ing-bank/doing-cli/workflows/Development/badge.svg)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/doing-cli)
![PyPI](https://img.shields.io/pypi/v/doing-cli)
![PyPI - License](https://img.shields.io/pypi/l/doing-cli)
![GitHub contributors](https://img.shields.io/github/contributors/ing-bank/doing-cli)

# doing-cli: Simplify your azure devops workflow

CLI app to help speed up development on Azure DevOps. Allows for a more natural repo/issue workflow like github/gitlab. 

## Installation

`doing` requires python, [azure cli](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli) and the [devops extension](https://docs.microsoft.com/en-us/azure/devops/cli/?view=azure-devops). To install:

```shell
pip3 install doing-cli
```

See also the [installation guide](https://ing-bank.github.io/doing-cli/get_started/install/).

## Documentation

See [ing-bank.github.io/doing-cli/](https://ing-bank.github.io/doing-cli/).


