Metadata-Version: 2.3
Name: django-secrets-fields
Version: 1.0.0a1
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,<4.0
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
Requires-Dist: boto3 (>=1.28.63,<2.0.0)
Requires-Dist: django (>3)
Project-URL: Homepage, https://github.com/ryan-shaw/django-secrets-fields
Description-Content-Type: text/markdown

# Django secrets fields

## Supported backends
- AWS Secrets Manager

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

