Metadata-Version: 2.2
Name: adopt
Version: 0.0.3
Summary: Set of pragmatic tools to automate working with Azure Devops
Author-email: Christophe Van Dijck <christophe.vdijck@gmail.com>
License: BSD-3-Clause
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: azure-devops
Requires-Dist: python-dotenv
Requires-Dist: click
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: sphinx_rtd_theme; extra == "dev"

# azure-devops-tools

Set of practical tools to automate working with Azure Devops

More information can be found on the project's [website](https://github.com/cvandijck/azure-devops-tools).

## Installation

*Add information on how to install adopt.*

You can install adopt via pip:
```console
python -m pip install adopt
```

## Getting Started

*Add information on the typical use of adopt, either as library or as a console script.*

Import the adopt library in python:
```python
import adopt
```

Display the help page of the console script:
```console
adopt --help
```
