Description
Lets Python applications store and retrieve secrets through the operating system's credential storage when available. It helps tools avoid saving passwords or tokens in plain text files.
This package handles sensitive credentials. Applications should use clear service names, limit what is stored, and avoid printing retrieved secrets in logs or error messages.