Skip to content

Latest commit

 

History

History
120 lines (82 loc) · 3.99 KB

index.rst

File metadata and controls

120 lines (82 loc) · 3.99 KB

Azure Storage SDK for Python.

Installation:

You can use pip to install the latest released version of azure-storage:

pip install azure-storage

If you want to install azure-storage from source:

git clone git://github.com/Azure/azure-storage-python.git
cd azure-storage-python
python setup.py install

On Windows, you need to build the cffi and cryptography dependencies natively. See the documentation for those modules, or install from wheel: cffi 1.10.0, cryptography 1.5 (both links are for Python 3.4 in 32-bit environments, the default in Azure Web Apps). On Azure Web Apps, you also need to change the cp34m portion of the wheel file name to none.

If you are looking for Azure Service Bus or the Azure management libraries, please visit https://github.com/Azure/azure-sdk-for-python

Documentation:

Features:

  • Blob
    • Create/Read/Update/Delete Containers
    • Create/Read/Update/Delete Blobs
    • Advanced Blob Operations
  • Queue
    • Create/Delete Queues
    • Insert/Peek Queue Messages
    • Advanced Queue Operations
  • Table
    • Create/Read/Update/Delete Tables
    • Create/Read/Update/Delete Entities
    • Batch operations
    • Advanced Table Operations
  • Files
    • Create/Update/Delete Shares
    • Create/Update/Delete Directories
    • Create/Read/Update/Delete Files
    • Advanced File Operations

System Requirements:

The supported Python versions are 2.7.x, 3.3.x, 3.4.x, and 3.5.x. To download Python, please visit https://www.python.org/download/

We recommend Python Tools for Visual Studio as a development environment for developing your applications. Please visit http://aka.ms/python for more information.

Need Help?:

Be sure to check out the Microsoft Azure Developer Forums on Stack Overflow if you have trouble with the provided code.

Contributing:

Contribute Code or Provide Feedback:

If you would like to become an active contributor to this project, please follow the instructions provided in Microsoft Azure Projects Contribution Guidelines.

If you encounter any bugs with the library, please file an issue in the Issues section of the project.

Learn More

Microsoft Azure Python Developer Center

Indices and tables

.. toctree::
  :hidden:

.. toctree::
  :hidden:
  :glob:

  upgrade
  ref/*