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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ezure-0.0.1.tar.gz.
File metadata
- Download URL: ezure-0.0.1.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3073ac56b338abd901de3bead77f93e38929d9161339e3085f08d3e07decc94
|
|
| MD5 |
e8e241febccc19f9b1159eec754c03aa
|
|
| BLAKE2b-256 |
e33846d1fd5dd2782de000b13cec49f8f29b82e0ccf75ce47f006ffa51cfffac
|
File details
Details for the file ezure-0.0.1-py3-none-any.whl.
File metadata
- Download URL: ezure-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b590b7d9e12ff5bb54e52f75184fc84968bc8a0768c4e1f9f64e667810758585
|
|
| MD5 |
8675f990161e079025c11d44d0bdd2dc
|
|
| BLAKE2b-256 |
fea89116dd4107382777135a14a827c1cfb712869753b1ebc4b21ee2bc1889d5
|