Metadata-Version: 2.3
Name: django-secrets-fields
Version: 1.0.0a4
Summary: Django encrypted model field that fetches the value from multiple sources
License: MIT
Author: Ryan Shaw
Author-email: ryan.shaw@min.vc
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: aws
Requires-Dist: boto3 (>=1.28.63) ; extra == "aws"
Requires-Dist: django (>3)
Description-Content-Type: text/markdown

# Django secrets fields

## Supported backends
- AWS Secrets Manager

## Installation
```bash
pip install django-secrets-fields
```

