Skip to main content

Run Azure Blob Object

Project description

Azure-Blob-Run

PyPI version Python Version License

Execute scripts stored in Azure Blob Storage with local caching. Perfect for distributing compiled executables (Rust/Go/WASM) across services without environment dependencies.

Installation

pip install azure-blob-run

Quick Start

import azure_blob_run

# Execute a script from Azure Blob Storage
result = azure_blob_run.run(
    "https://mystorageaccount.blob.core.windows.net/mycontainer/myscript.sh",
    "arg1",
    "arg2",
    "--flag"
)
print(result)

The script is automatically downloaded and cached locally on first run.

Configuration

Set these environment variables:

export AZURE_BLOB_RUN_CONNECTION_STRING="DefaultEndpointsProtocol=https;..."
export AZURE_BLOB_RUN_CONTAINER_NAME="mycontainer"
export AZURE_BLOB_RUN_CACHE_PATH="./.cache"  # Optional, defaults to ./.cache

License

MIT License

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

azure_blob_run-0.1.2.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

azure_blob_run-0.1.2-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file azure_blob_run-0.1.2.tar.gz.

File metadata

  • Download URL: azure_blob_run-0.1.2.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.11.13 Darwin/25.0.0

File hashes

Hashes for azure_blob_run-0.1.2.tar.gz
Algorithm Hash digest
SHA256 38e4ef6ed63f3b3fbd32b080721ada93ce6bd9a00db3df3d233a9415704d31d3
MD5 3aa2d2e4421ec415ef751250c421c5c0
BLAKE2b-256 87ac22e9c3cfc1fe125759526083ad347aecf30bde5de2bcd226954cd6303401

See more details on using hashes here.

File details

Details for the file azure_blob_run-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: azure_blob_run-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 5.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.11.13 Darwin/25.0.0

File hashes

Hashes for azure_blob_run-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3d7e92a1621c47c4a17ec984022f8698178efe319f72606c1edecaf4a54a9121
MD5 2ff8c0821cc156540d36dc89df053d11
BLAKE2b-256 8e5e85f8dbd806a44e1623213be37a1c6776a3754d9926ecfb86c589559ddd7b

See more details on using hashes here.

Supported by

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