Page MenuHomeDevCentral

config.py
No OneTemporary

config.py

# -------------------------------------------------------------
# Secretsmith :: Vault :: configuration
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: BSD-2-Clause
# -------------------------------------------------------------
import yaml
def load_config(path: str) -> dict:
with open(path) as fd:
return yaml.safe_load(fd)

File Metadata

Mime Type
text/plain
Expires
Wed, Oct 22, 12:21 (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3090638
Default Alt Text
config.py (416 B)

Event Timeline