Skip to main content

No project description provided

Project description

🔎 Azure Explorer

The purpose of this package is to provide a simple interface for exploring resources in your Azure Cloud environment. The package consists of a CLI tool and a Python library.


Setup

Install the latest version of Azure Explorer with

pip install azure-explorer

Usage

CLI tool

The CLI tool provides a way of navigating your Azure Cloud resources in the command line. Run the CLI tool with

ax

cli-tool

Python library

The Python library provides a way of interacting with our Azure Cloud resources in in Python code. Use the Python library with

>>> import azure_explorer as ax
>>> tenant = ax.get_tenant_manager()
>>> tenant.list_subscription_names()
[
    'development-subscription',
    'preproduction-subscription',
    'production-subscription',
    'test-subscription',
]

>>> container = ax.get_container_manager(
    storage_account_name='sadataprod',
    container_name='documents',
)
>>> container.list_dir()
[
    'dir1',
    'dir2',
    'file1.txt',
    'file2.jpg',
    'file3.pdf',
]

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_explorer-0.6.0.tar.gz (11.8 kB view details)

Uploaded Source

Built Distribution

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

azure_explorer-0.6.0-py3-none-any.whl (23.6 kB view details)

Uploaded Python 3

File details

Details for the file azure_explorer-0.6.0.tar.gz.

File metadata

  • Download URL: azure_explorer-0.6.0.tar.gz
  • Upload date:
  • Size: 11.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.10.19 Linux/6.11.0-1018-azure

File hashes

Hashes for azure_explorer-0.6.0.tar.gz
Algorithm Hash digest
SHA256 d5c0a5afd924fbb02010a8224a8c191d7e2897d258b68ac27929a380dca38d67
MD5 2c325a16c5d26c8e2b0f86b5869a12be
BLAKE2b-256 4a9d7cb0eb14f2dd16da093a089bd7b1aa03d38dc310559a83fa4af7c65157db

See more details on using hashes here.

File details

Details for the file azure_explorer-0.6.0-py3-none-any.whl.

File metadata

  • Download URL: azure_explorer-0.6.0-py3-none-any.whl
  • Upload date:
  • Size: 23.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.10.19 Linux/6.11.0-1018-azure

File hashes

Hashes for azure_explorer-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c5b0bf09cd184427fd869525e43bea456350a84ab1928556cee6993ea9583543
MD5 bf59457fb8c852721b13c592a856374b
BLAKE2b-256 207d2c7853eb8526c4fd45e21ba02d23b8a5ea1e232cbd593c7e484b5aacb07f

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