PySecretary

https://img.shields.io/pypi/v/pysecretary.svg https://img.shields.io/travis/worlvlhole/pysecretary.svg Documentation Status Updates

PySecretary is a python secrets library

Examples

import os
from pysecretary import pysecretary

os.environ["PYSECRETARY"] = "test"
value = pysecretary.get("env://PYSECRETARY")
print(value)

value = pysecretary.get("env://PATH")
print(value)

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.