Metadata-Version: 2.1
Name: doing-cli
Version: 1.4.0
Summary: CLI tool to simplify the development workflow on azure devops
Home-page: https://github.com/ing-bank/doing-cli
Author: ING Bank N.V.
Author-email: tim.vink@ing.com
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Click (>=8.0.1)
Requires-Dist: rich (>=10.3.0)
Requires-Dist: pyyaml (>=5.4.1)
Requires-Dist: timeago (>=1.0.15)
Requires-Dist: psutil (>=5.8.0)
Provides-Extra: all
Requires-Dist: Click (>=8.0.1) ; extra == 'all'
Requires-Dist: rich (>=10.3.0) ; extra == 'all'
Requires-Dist: pyyaml (>=5.4.1) ; extra == 'all'
Requires-Dist: timeago (>=1.0.15) ; extra == 'all'
Requires-Dist: psutil (>=5.8.0) ; extra == 'all'
Requires-Dist: mkdocs-material (>=7.1) ; extra == 'all'
Requires-Dist: mkdocs-macros-plugin ; extra == 'all'
Requires-Dist: pytest ; extra == 'all'
Requires-Dist: pytest-cov ; extra == 'all'
Requires-Dist: pytest-mock ; extra == 'all'
Requires-Dist: pre-commit ; extra == 'all'
Requires-Dist: black ; extra == 'all'
Requires-Dist: flake8 ; extra == 'all'
Requires-Dist: mypy ; extra == 'all'
Requires-Dist: isort ; extra == 'all'

![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)
![PyPI - Downloads](https://img.shields.io/pypi/dm/doing-cli)
![GitHub contributors](https://img.shields.io/github/contributors-anon/ing-bank/doing-cli)

# doing-cli: Azure Devops on the command line

CLI app to help speed up development on Azure DevOps, built on top of [azure devops cli](). Allows for a more streamlined repo/issue workflow. Inspired by [cli.github.com](https://cli.github.com/). 

## Installation

`doing` requires python 3.6+, [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
```

For more details and setup see 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/).

## Maintainers

- Joao Pinto Moura [@operte](https://github.com/operte)


