get-secret

Simple tool to fetch secrets for your application.


Keywords
secret
License
MIT
Install
pip install get-secret==0.0.2

Documentation

get-secret

Build Status

Simple tool to fetch secrets for your application.

Installation

pip install get-secret

Usage

from get_secret import get
api_key = get('API_KEY', default='xyz-123')