Metadata-Version: 2.1
Name: django-dynamic-storages
Version: 0.3.7
Summary: A collection of file fields and associated components to allow for dynamic configuration of storage properties for file-based fields within Django models.
License: ISC
Author: Patrick McClory
Author-email: patrick@mcclory.io
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved
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: apache-libcloud (>=3.2.0,<4.0.0)
Requires-Dist: azure-storage-blob (>=1.3.1,<12.0.0)
Requires-Dist: boto3 (>=1.16.8,<2.0.0)
Requires-Dist: django (>=3.1.0,<4.0.0)
Requires-Dist: django-appconf (>=1.0.4,<2.0.0)
Requires-Dist: django-fernet-fields (>=0.6,<0.7)
Requires-Dist: django-storages[libcloud,boto3,dropbox,sftp,google,azure] (>=1.10.1,<2.0.0)
Requires-Dist: dropbox (>=10.8.0,<11.0.0)
Requires-Dist: google-cloud (>=0.34.0,<0.35.0)
Requires-Dist: google-cloud-storage (>=1.32.0,<2.0.0)
Requires-Dist: paramiko (>=2.7.2,<3.0.0)
