Skip to main content

🔎 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',
]

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: azure_explorer-0.10.2.tar.gz
  • Upload date:
  • Size: 12.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.3.4 CPython/3.10.20 Linux/6.17.0-1010-azure

File hashes

Hashes for azure_explorer-0.10.2.tar.gz
Algorithm Hash digest
SHA256 8ab1fa081f5887e2b5004ad91b7b93ce6efd874495305d7f5a496b15f759383b
MD5 36cbb88fd1ce72c5825b633e9131e34e
BLAKE2b-256 46a991a09eb9c4c8b458bb190b95bbe214eaf6966bf1d90897cb7ddf7d0610f4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for azure_explorer-0.10.2-py3-none-any.whl
Algorithm Hash digest
SHA256 96714a77c26b0a2a8abe7e3ae9b069f0e9566ca14d0621eb259caf58adbd72e7
MD5 b6fc219a2801036a91a982ef292f0192
BLAKE2b-256 7c49580a5581766c9fdbebbb43b1458d317a07b7cbbd64e777d1a167ac602965

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.10.2 This release

2 files

0.10.0

2 files

0.9.0

2 files

0.8.0

2 files

0.7.0

2 files

0.6.0

2 files

0.5.0

2 files

0.4.0

2 files

0.3.0

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page