Metadata-Version: 2.1
Name: azblobexplorer
Version: 2.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
Description: # Azure Blob Explorer for Python
        
        
        ## 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.
        
Keywords: azure,blob,explorer
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: Programming Language :: Python :: 3.8
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
