Metadata-Version: 2.1
Name: azure-devops-keyring
Version: 0.3
Summary: "(Deprecated) Automatically retrieve passwords for Azure DevOps."
Home-page: https://github.com/Microsoft/azure-devops-keyring
Author: Microsoft Corporation
Author-email: python@microsoft.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
Description-Content-Type: text/markdown
Requires-Dist: keyring
Requires-Dist: dotnetcore2 ; sys_platform != "win32"

**Note:** this package is deprecated in favor of [`artifacts-keyring`](https://pypi.org/project/artifacts-keyring/).

# azure-devops-keyring
Provides authentication for [Azure DevOps](https://azure.com/devops) via the `keyring` library

This is an extension to [keyring](https://pypi.org/project/keyring), and will automatically be loaded.
Both [pip](https://pypi.org/project/pip) and [twine](https://pypi.org/project/twine) will use `keyring` to
find credentials.

To install this package:

```
pip install azure-devops-keyring
```

To use this package through `pip` or `twine`, just provide your repository URL when installing or
uploading to your Azure Artifacts feed.

To use this package directly, use `twine.get_credential` and provide your feed URL as the system
requiring credentials. The username is optional, and the name that should be used will be returned.


