Skip to main content

Download Azure blobs.

Project description

# Azure Blob

[![PyPI version](https://badge.fury.io/py/azblob.svg)](https://badge.fury.io/py/azblob) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

One-line CLI to download from Azure blob storage. Supports private blobs.

## Installation

To install:

` $ pip install azblob `

## CLI

Anonymous access, account name from command line ` $ azblob -n my_account download my_container my_blob ` Anonymous access, account name from environment ` $ export AZBLOB_ACCOUNTNAME=my_account $ azblob download my_container my_blob `

Private container, credentials from command line ` $ azblob -n my_account -k my_key download my_container my_blob `

Private container, credentials from environment ` $ export AZBLOB_ACCOUNTNAME=my_account $ export AZBLOB_ACCOUNTKEY=my_key $ azblob download my_container my_blob `

and, as always ` $ azblob -h $ azblob download -h `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

azblob-0.0.2.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

azblob-0.0.2-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page