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.4.0.tar.gz (11.5 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.4.0-py3-none-any.whl (23.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: azure_explorer-0.4.0.tar.gz
  • Upload date:
  • Size: 11.5 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.4.0.tar.gz
Algorithm Hash digest
SHA256 9fc0feee35c764f012df6a9f63fa8dba9a5bb46170c3ca81d989157de086b940
MD5 602a6af9ea5aaebad8c1ec4d35a8b56f
BLAKE2b-256 f7d0b532c8a5e96e2ea6789c1777bf586284e59c6c63c9a10de926e4138a999e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: azure_explorer-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 23.2 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.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3cb4c120488bd71f94144000deea8a89e50bfb66bc4e666ca6608b12623e4ad5
MD5 fe8dd8045061511163aceb3aba89ce88
BLAKE2b-256 96b213b8d5b469e656c7d69d02b52e177de1fe53ba6029992c7ea515ac06dc83

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