Skip to main content

ezure: A package providing easier access to Azure storage, tables, and queue functions.

Project description

Overview

ezure (Easy Azure) is a Python package that serves as a comprehensive wrapper for Azure utilities. It simplifies and streamlines interactions with various Azure services, providing easy-to-use functions for downloading and uploading blobs, managing tables, handling queues, and more.

Features

  • Blob Management: Easily download and upload blobs to your Azure storage account.
  • Table Management: Efficiently manage your Azure tables.
  • Queue Management: Simplify interactions with Azure queues.
  • Azure Key Vault Utility: Simplify interactions with Azure Keys.

Installation

You can install ezure using pip:

pip install ezure

Usage

Here's a simple example of how to use ezure:

import ezure

# Initialize the ezure client
ez = ezure.Client()

ez.connection_string = 'connection_string'

# Download a blob
ez.download_blob('your-container-name', 'your-blob-name', 'output-file-path')

# Upload a blob
ez.upload_blob('your-container-name', 'your-blob-name','input-file-path')

Contributing

We welcome contributions!

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

ezure-0.0.1.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

ezure-0.0.1-py3-none-any.whl (6.1 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