Metadata-Version: 2.1
Name: peewee-storages
Version: 0.0.1
Summary: Support for FileField and storage backends in Peewee
Home-page: https://github.com/python-folks/peewee-storages
Author: Dexax
Author-email: d.exax@hotmail.com
License: GNU
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: !=2.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Requires-Dist: peewee (>=3.10.0)
Provides-Extra: azure
Requires-Dist: azure-storage-blob (<12.0.0,>=1.3.1) ; extra == 'azure'
Provides-Extra: boto3
Requires-Dist: boto3 (>=1.4.4) ; extra == 'boto3'
Provides-Extra: dropbox
Requires-Dist: dropbox (>=7.2.1) ; extra == 'dropbox'
Provides-Extra: google
Requires-Dist: google-cloud-storage (>=1.15.0) ; extra == 'google'
Provides-Extra: libcloud
Requires-Dist: apache-libcloud ; extra == 'libcloud'
Provides-Extra: sftp
Requires-Dist: paramiko ; extra == 'sftp'

UNKNOWN


