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.10.0.tar.gz (12.7 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.10.0-py3-none-any.whl (24.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: azure_explorer-0.10.0.tar.gz
  • Upload date:
  • Size: 12.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.3.2 CPython/3.10.20 Linux/6.14.0-1017-azure

File hashes

Hashes for azure_explorer-0.10.0.tar.gz
Algorithm Hash digest
SHA256 0eeb695c9643ddb693d38d3d07a6c53308b12cbdba105d859e517449ef396445
MD5 451301a1947d12caa71f7a0b238c1903
BLAKE2b-256 2d99c5d55de5ed588527e980bd81932af5db3103844645a2f1231402454fa877

See more details on using hashes here.

File details

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

File metadata

  • Download URL: azure_explorer-0.10.0-py3-none-any.whl
  • Upload date:
  • Size: 24.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.3.2 CPython/3.10.20 Linux/6.14.0-1017-azure

File hashes

Hashes for azure_explorer-0.10.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2690cdf68573fc06f3858e3c963d7249a8c10963d2931464be4b0f8bb47f2bb6
MD5 13646ce376fd755eb25c073cbfe93884
BLAKE2b-256 11bce65891c91964368434db6fc39618e284e893f057608f379d278e80dc6876

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