Metadata-Version: 2.1
Name: azblobexplorer
Version: 1.0
Summary: Download and upload files to Azure Blob storage.
Home-page: https://github.com/akshaybabloo/azure-blob-explorer-python
Author: Akshay Raj Gollahalli
Author-email: akshay@gollahalli.com
License: MIT
Keywords: azure,secrets
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
Requires-Dist: azure-storage-blob (==1.5.0)

# Azure Blob Explorer for Python

## Instillation

Using PIP

```bash
pip install azblobexplorer
```

Using source

```bash
python setup.py install
```

## Usage

## Contributions

All contributions are welcome.


