Using azure-sdk-for-python with azure.com

Python integration

✓ Official SDK

Install

pip install azure-sdk-for-python

Quick start

import azure-sdk-for-python

client = azure_sdk_for_python.Client("YOUR_API_KEY")
List Filesystems
curl \
  /
List Paths
curl \
  /{filesystem}
Read File
curl \
  /{filesystem}/{path}
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-python
Python
API
azure.com
azure.com:storage-DataLakeStorage

At a glance

Language Python
Endpoints10
✓ Official