Metadata-Version: 2.1
Name: django-cloud-storages
Version: 1.1.2
Summary: Cloud file storages for django.
Project-URL: Homepage, https://github.com/Samiddha99/django-cloud-storages
Project-URL: Documentation, https://django-cloud-storages.readthedocs.io
Project-URL: Bug Tracker, https://github.com/Samiddha99/django-cloud-storages/issues
Author-email: Samiddha Chakrabarti <samiddha99@protonmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Welcome to django-cloud-storages's

django-cloud-storages is a package developed for django to work with cloud storages to store/upload media files.

This package extends the [django Storage class](https://docs.djangoproject.com/en/4.2/ref/files/storage/#django.core.files.storage.Storage) to provide file storage in cloud.

At the moment this package support the following cloud storage services -

* AppWrite
* DropBox

### **Installation**

---

Use pip to install from PyPI:

   `pip install django-cloud-storages`

It will install all the cloud storage backends (available in this package), you can choose any of the storage backend as per your requirement.

### **Documentation**

The documentation for the package *django-cloud-storage* is available at [https://django-cloud-storages.readthedocs.io](https://django-cloud-storages.readthedocs.io/).

### **Contributing**

---

To contribute to django-cloud-storages [create a fork](https://github.com/Samiddha99/django-cloud-storages) on GitHub. Clone your fork, make some changes, and submit a pull request.

### **Issues**

---

Use the GitHub [issue tracker](https://github.com/Samiddha99/django-cloud-storages/issues) for django-cloud-storages to submit bugs, issues, and feature requests.
