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
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file azure_explorer-0.9.0.tar.gz.
File metadata
- Download URL: azure_explorer-0.9.0.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.10.19 Linux/6.14.0-1017-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
926fc02c399a4d4d42882f095bcebc325580e0756546a5546bc0482553c00788
|
|
| MD5 |
e48e4f6d2bebaaa9ec0c7dfc662d7d0f
|
|
| BLAKE2b-256 |
e39f43860a521e000baafd2b1b6f2300fa20aabf6aaae563d92f1e0219063cec
|
File details
Details for the file azure_explorer-0.9.0-py3-none-any.whl.
File metadata
- Download URL: azure_explorer-0.9.0-py3-none-any.whl
- Upload date:
- Size: 23.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.10.19 Linux/6.14.0-1017-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c72104a07f3fcb10eac0d102652f6ec89f64b48d9135bc634e8ef7e84d56e6c9
|
|
| MD5 |
9d024b6806a015d050a415260b649008
|
|
| BLAKE2b-256 |
9de2f590d7840e76a564cba7259c85009c11cb8f71e62b3c0d772d90656b5a00
|