Metadata-Version: 2.1
Name: django-secrets-fields
Version: 0.0.7
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.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: boto3 (>=1.28.63,<2.0.0)
Requires-Dist: django (>3)
Description-Content-Type: text/markdown

# Django secrets fields

## Supported backends
- AWS Secrets Manager

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

