I’ve been working on Secure Credentials Kit, a small package for encrypted, environment-specific credentials in Django (and FastAPI) projects.
The idea is to provide something more structured than plain .env/env.yml files, while staying lighter than a full secrets-management platform. It supports encrypted credential files, a master key for editing, a read-only key for runtime access, Django management commands. It works much like rails credentials
I would appreciate feedback from you guys on the workflow, naming, possible improvements.