Metadata-Version: 2.1
Name: bucket-adapter
Version: 0.3.5rc1
Summary: A generic adapter for gcp/aws services to upload/downlaod files on bucket.
Home-page: https://github.com/shopistan/buckets_adapter
Author: Gohar Younas Malik, Moize Ahsan
Author-email: goharyounas@gmail.com, moize.ahsan@hotmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Buckets Adapter

Buckets Adapter Django module is a base for upload files on bucket for different web services e.g Google Cloud Platform or Amazon Web Services which will be used as a package in different projects.

## Building docs

To build sphinx documentation for this module, follow these steps.

### Pre-requisite

1. Install sphinx module using the following command:

    ```bash
    pip install sphinx
    ```

2. Make sure you have gcc insalled for running **make** files.

### Creating HTML document

Follow these steps the create HTML related document:

1. Change your working directory to **docs/**

2. Run the following command:

    ```bash
    make html
    ```


