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.1.0.tar.gz
(3.9 kB
view hashes)
Built Distribution
Close
Hashes for dotenv_azd-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 857ec6e24a8f465e14ef7d8f5d3fdf3bacbfe510f55d826fb503674ec5338d62 |
|
MD5 | 39e3acffaafc4fce23e38daa8855015f |
|
BLAKE2b-256 | 2a6620353e358f4ba0c9b4491d37d509ec96af3005ff71d1a083a0e2f61080ac |