Skip to main content

Python dotenv adapter that loads dotenv key value pairs from Azure Developer CLI (azd)

Project description

dotenv-azd

PyPI - Version PyPI - Status PyPI - Python Version PyPI - Downloads

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


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.0rc1.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

dotenv_azd-0.1.0rc1-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page