Tools

Developer tools that support practical Django and Python deployment workflows.

Secure Credentials Kit

Encrypted credentials for Django and FastAPI apps.

Latest release available on PyPI for teams that want environment-specific encrypted YAML credentials with separate operator and runtime keys.

Signed encrypted files

Store environment credentials in generated secrets/<environment>.yml.enc files.

Role-specific keys

Use master keys for editing and read-only keys for application runtime access.

Django integration

Install the Django extra and use management commands for key generation and editing.

FastAPI helpers

Load decrypted credentials into FastAPI application state and dependencies.

secure-credentials-kit Python 3.10-3.14
pip install "secure-credentials-kit[django]"
pip install "secure-credentials-kit[fastapi]"

secure-credentials-kit generate-key production
secure-credentials-kit edit production