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
- Blob Getting Started Doc -- (:doc:`API <ref/azure.storage.blob>`)
- Queue Getting Started Doc -- (:doc:`API <ref/azure.storage.queue>`)
- Table Getting Started Doc -- (:doc:`API <ref/azure.storage.table>`)
- File Getting Started Doc -- (:doc:`API <ref/azure.storage.file>`)
- :ref:`Reference Documentation - All Services<modindex>`
- 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
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.
Be sure to check out the Microsoft Azure Developer Forums on Stack Overflow if you have trouble with the provided code.
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.
Microsoft Azure Python Developer Center
.. toctree:: :hidden:
.. toctree:: :hidden: :glob: upgrade ref/*