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.1.tar.gz (4.2 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.1-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: azure_blob_run-0.1.1.tar.gz
  • Upload date:
  • Size: 4.2 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.1.tar.gz
Algorithm Hash digest
SHA256 c72937d8da928a49d2418acbd5567d261f657d019dd870442b4804effa506a9f
MD5 f3232ef283323c4282984552e5fb1ad1
BLAKE2b-256 a92fcb4201c04c7f30c6e497d0a6acb29787d247058dc03c1ec478ef2b98c964

See more details on using hashes here.

File details

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

File metadata

  • Download URL: azure_blob_run-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 4.9 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a40528759c70e12696b164feb3c833a68e252f295cbd8b788ac383641cfb6ed3
MD5 3ebf898652d8e96bbb56f1ae4c581b8c
BLAKE2b-256 53e500a487521c0353ab7ac62588c189ac14a18a937981cbdb30979358d5fdd7

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