Metadata-Version: 2.1
Name: azsecrets
Version: 1.0
Summary: Set Azure Secrets as environment variables.
Home-page: https://github.com/akshaybabloo/azure-keyvault-secret-env
Author: Akshay Raj Gollahalli
Author-email: akshay@gollahalli.com
License: MIT
Keywords: azure,secrets
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
Requires-Dist: click (>=7.0)
Requires-Dist: azure-keyvault (>=1.1.0)

# Azure KeyVault Secrets as Environment Variable

Get Azure KeyVault variables ans use them as environment variables.

## Install 

```
pip install azsecrets
```

## Usage

See [https://akshaybabloo.github.io/azure-keyvault-secret-env/](https://akshaybabloo.github.io/azure-keyvault-secret-env/)

## Contributions

All contributions are welcome.


