Metadata-Version: 2.1
Name: azblobexplorer
Version: 1.1.5
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
Description: # Azure Blob Explorer for Python
        [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fakshaybabloo%2Fazure-blob-explorer-python.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fakshaybabloo%2Fazure-blob-explorer-python?ref=badge_shield)
        
        
        ## Instillation
        
        Using PIP
        
        ```bash
        pip install azblobexplorer
        ```
        
        Using source
        
        ```bash
        python setup.py install
        ```
        
        ## Usage
        
        Please see the documentation at [https://akshaybabloo.github.io/azure-blob-explorer-python/](https://akshaybabloo.github.io/azure-blob-explorer-python/)
        
        ## Contributions
        
        All contributions are welcome.
        
        
        ## License
        [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fakshaybabloo%2Fazure-blob-explorer-python.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fakshaybabloo%2Fazure-blob-explorer-python?ref=badge_large)
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
