Python dotenv adapter that loads dotenv key value pairs from Azure Developer CLI (azd)
Project description
dotenv-azd
This library provides a Python python-dotenv wrapper function that loads dotenv key value pairs from the currently selected Azure Developer CLI (azd) environment.
Installation
pip install dotenv-azd
Usage
Create a new AZD env if you don't have one yet:
azd env new
In your Python code:
from dotenv_azd import load_azd_env
from os import getenv
load_azd_env()
print(getenv('AZURE_ENV_NAME'))
License
dotenv-azd
is distributed under the terms of the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dotenv_azd-0.0.4.tar.gz
(3.3 kB
view hashes)
Built Distribution
Close
Hashes for dotenv_azd-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4200c28b1ed743424033e09124d64e6249c712538a1208997305ff5b207732a8 |
|
MD5 | e03b072b3ff0a86429320f8f37019e91 |
|
BLAKE2b-256 | 3712f4f0e3ae237363f7c62ac6be8d57cde3f6ed18ef253a130d16ac7e8cbbac |