Metadata-Version: 2.1
Name: django-dynamic-storages
Version: 0.1.2
Summary: A collection of file fields and associated components to allow for dynamic configuration of storage properties for file-based fields within Django models.
Home-page: https://github.com/mcclory/django-dynamic-storages
License: BSD-3
Author: Patrick McClory
Author-email: patrick@mcclory.io
Requires-Python: >=3.8,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Pillow (>=8.0.0,<9.0.0)
Requires-Dist: django (>=3.0.0,<4.0.0)
Requires-Dist: django-fernet-fields (>=0.6,<0.7)
Requires-Dist: django-storages[dropbox,boto3,sftp,azure,google,libcloud] (>=1.10.1,<2.0.0)
Project-URL: Repository, https://github.com/mcclory/django-dynamic-storages
