Skip to main content

Azure python package for infinity team

Project description

Azure Package

Introduction

infi_azure is a comprehensive package that aims to simplify Azure operations by encapsulating core functionalities into three classes: AzureStorageAccount, AzureContainer, and AzureBlob. Additionally, it includes utility functions like azcopy to streamline the process of Azure actions.

Installation

Install the package via pipenv:

pipenv install infi_azure

Features

  • AzureStorageAccount: This class facilitates seamless interaction with Azure Storage Accounts
    by providing methods for connection, retrieving account details, checking account existence, and accessing
    the Blob Service Client.

  • AzureContainer: This class provides features for seamless interaction with Azure Storage Blob containers,
    including retrieving directories, generating Shared Access Signatures (SAS) tokens and URLs, checking container existence
    and deleting blobs within a specified directory.

  • AzureBlob: This class facilitates interactions with individual blobs within an Azure Storage Container,
    offering functionalities such as downloading blob content as bytes, checking blob existence,
    verifying if a directory is empty, creating an empty directory, and counting the number of blobs within a specified directory.

  • azcopy_action: This function utilizes AzCopy to copy the contents of a source folder to a specified destination
    container in Azure Blob Storage.

Usage Example

AzureStorageAccount

from azure_storage_account import AzureStorageAccount

# Replace 'your_connection_string_here' with your actual connection string
connection_string = "your_connection_string_here"

storage_account = AzureStorageAccount(connection_string)

# Check if the account exists
if storage_account.is_account_exist():
    print("Azure Storage Account exists.")
else:
    print("Azure Storage Account does not exist.")

AzureContainer

from azure_storage_account import AzureContainer

# Replace 'your_connection_string_here' with your actual connection string
connection_string = "your_connection_string_here"

# Replace 'your_container_name' with your actual container name
container_name = "your_container_name"

container = AzureContainer(connection_string, container_name)

# print all directories in container
print(container.get_all_directories_in_container())

AzureBlob

from azure_storage_account import AzureBlob

# Replace 'your_connection_string_here' with your actual connection string
connection_string = "your_connection_string_here"

# Replace 'your_container_name' with your actual container name
container_name = "your_container_name"

# Replace 'your_blob_name' with your actual blob name
blob_name = "your_blob_name"

blob = AzureBlob(connection_string, container_name, blob_name)

# create empty directory
blob.create_empty_directory()

Azcopy

from azure_storage_account import azcopy_action

# Replace the parameters with your actual parameters
source = "your_source_container_url"
dest = "your_destination_container_url"
azcopy_path = "your_azcopy_path"
azcopy_action(azcopy_path, source, dest)

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

infi_azure-0.0.3.tar.gz (7.4 kB view details)

Uploaded Source

Built Distribution

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

infi_azure-0.0.3-py3-none-any.whl (9.7 kB view details)

Uploaded Python 3

File details

Details for the file infi_azure-0.0.3.tar.gz.

File metadata

  • Download URL: infi_azure-0.0.3.tar.gz
  • Upload date:
  • Size: 7.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for infi_azure-0.0.3.tar.gz
Algorithm Hash digest
SHA256 91484633738dd94a3ac7bdd8fdd85850e89c482656558152b23865775f3d6704
MD5 a82c85a9592a03609e1e9ff6bd102a42
BLAKE2b-256 a51e2b1b990491b576ba694bd74703ece4d6bcc73e47d55ce7b49f4daaecff58

See more details on using hashes here.

File details

Details for the file infi_azure-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: infi_azure-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 9.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for infi_azure-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 82e05505d35f98d5eefb2249f9b5e929c69117d6eb952f766dda45ccf1dca60c
MD5 d138d8aab052e8cb18e28bbaa9035229
BLAKE2b-256 cfe8d3ac4ed8c6fe352a2bb1aa053c4489d342304e3fcf714b2850f20c069c26

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