Metadata-Version: 1.1
Name: azurestoragewrap
Version: 0.0.3
Summary: A Python Wrapper for modeling client side encrypted azure storage tables, queues and blobs
Home-page: https://github.com/omza/azurestoragewrap
Author: app workshop UG (haftungsbeschränkt)
Author-email: oliver@app-workshop.de
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: # azurestoragewrap

        

        > A Python Wrapper for modeling client side encrypted azure storage tables, queues and blobs

        

        Microsoft Azure Storage is a Microsoft-managed cloud service that provides storage that is highly available, secure, durable, scalable, and redundant. Azure Storage consists of Blob storage, Table Storage, and Queue storage. 

        

        Azure Table storage stores large amounts of structured data. The service is a NoSQL datastore which accepts authenticated calls from inside and outside the Azure cloud. Azure tables are ideal for storing structured, non-relational data.

        

        Azure Blob storage is a service for storing large amounts of unstructured object data, such as text or binary data, that can be accessed from anywhere in the world via HTTP or HTTPS (Serving images or documents directly to a browser).

        

        Azure Queue storage is a service for storing large numbers of messages - e.g. a backlog of work to process asynchronously - that can be accessed from anywhere in the world via authenticated calls using HTTP or HTTPS.

        

        ## Getting started

        

        Get azurestoragewrap via pip

        

        ```

        pip install azurestoragewrap

        ```

        

        ## Usage examples

        

        Explain how to run the automated tests for this system

        

        ### Table

        

        Explain what these tests test and why

        

        ```

        Give an example

        ```

        

        ### Queue

        

        Explain what these tests test and why

        

        ```

        Give an example

        ```

        

        ### Blob

        

        Explain what these tests test and why

        

        ```

        Give an example

        ```

        

        ## Meta

        

        * **Oliver Meyer** - *app workshop UG (haftungsbeschrnkt)* - [omza on github](https://github.com/omza)

        

        This project is licensed under the MIT License - see the [LICENSE](LICENSE.txt) file for details
Keywords: azure storage model table blob queue wrapper
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
