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.7.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.7.0-py3-none-any.whl (23.6 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for azure_explorer-0.7.0.tar.gz
Algorithm Hash digest
SHA256 538e8c81789b386b8d5c26d2407930dab1ce6d79e7d1b66f3c0948c2928b9cfe
MD5 4b63edcd92535529e725e904eced418f
BLAKE2b-256 8295a2dca4f0d010f9636bdf427c415e663f0e7ccdf3ba0f28c368cddab62b2f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for azure_explorer-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5a7f496756ed48fda1516169072fb46fc9cb771c5672af369c9fa9a830a96378
MD5 525053f6ff797651fb68203293db680e
BLAKE2b-256 0a1d40314e81d8c770b6b978d1cdd23072e3f38f3228eac361436766b36ffd61

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