02strich / pyazure

Python wrapper around Windows Azure storage and management REST APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python wrapper around Windows Azure storage and management REST APIs

Based on Sriram Krishnan's original work:
http://www.sriramkrishnan.com/blog/2008/11/python-wrapper-for-windows-azure.html

Project structure and delete blob operation borrowed from @livenson:
https://github.com/livenson/winazurestorage/tree/9ed4f0f5e764c3f0086c49dfa9acfde42091c131

There is a project with the same name on Google Code, but it seems abandoned:
http://code.google.com/p/pyazure/

Management API functionality written and integrated by Blair Bethwaite (bmb@github.com).

Running tests:
==============
create file test_settings.py::

    AZURE_ACCOUNT_NAME = 'your azure storage account name'
    AZURE_ACCOUNT_KEY = 'your azure storage account key'

Then you can use nosetest or tox to run tests.

About

Python wrapper around Windows Azure storage and management REST APIs

License:GNU General Public License v3.0


Languages

Language:Python 100.0%