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.5.0.tar.gz (11.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.5.0-py3-none-any.whl (23.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: azure_explorer-0.5.0.tar.gz
  • Upload date:
  • Size: 11.7 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.5.0.tar.gz
Algorithm Hash digest
SHA256 2d4f864e21227f08ce532b0d04401368bf4b3b038b0d7e6805d91d33fa711fca
MD5 fa935ea95a15d4bd0fee40756b614c41
BLAKE2b-256 360cdaba23a0ab16c6bced8ee17e96f6938981a255f153dee6128ce51632945c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: azure_explorer-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 23.5 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.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 438364fd02fa1f9944d897b4169fed8d7f0da66a06a8f18f54020477e69e1bfb
MD5 1bfcf02647530ca15b7a70d4510c5453
BLAKE2b-256 7f3360b3b5f2bcaa07f189bf82dd6861d52d6ca42be5ac94df5e13db4dc2c435

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