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.1.0.tar.gz (7.1 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.1.0-py3-none-any.whl (14.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: azure_explorer-0.1.0.tar.gz
  • Upload date:
  • Size: 7.1 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.1.0.tar.gz
Algorithm Hash digest
SHA256 8fb13a8884f271899cfed4cce3dc32cc65234e8851a7917837d9b659f6761928
MD5 460f1ab62ea6ed9a3c76882500d55738
BLAKE2b-256 15087d50a1615b9f3ea4666e8a6893450ec12ebb3eadadfd651febcc2c1e6f75

See more details on using hashes here.

File details

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

File metadata

  • Download URL: azure_explorer-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 14.1 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.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 019871d005773b47b9c72845df3ca774bfdac43adfd1302fc6442c59552ad0b1
MD5 26a48f236154fdeb42629c7a7cec8654
BLAKE2b-256 aadb7155bf23e7786906f8f17ee1ba4c503c867505d86c162f5663f103e9afec

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