Metadata-Version: 2.4
Name: pyzurecli
Version: 0.7.512
Summary: Azure CLI automation via Docker
License-File: LICENSE
Author: Miles Copeland Luce
Requires-Python: >=3.13,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: dockwershell (>=0.6,<0.7)
Requires-Dist: html2text (>=2025.4.15,<2026.0.0)
Requires-Dist: httpx (>=0.28.1,<0.29.0)
Requires-Dist: loguru (>=0.7.3,<0.8.0)
Requires-Dist: pickleclass (>=0.1.0,<0.2.0)
Requires-Dist: python-multipart (>=0.0.20,<0.0.21)
Requires-Dist: toomanyconfigs (>=0.2.867,<0.3.0)
Description-Content-Type: text/markdown

## Usage
```python
from pyzurecli import AzureCLI

if __name__ == "__main__":
    az = AzureCLI()
    user = az.user
    sp = az.service_principal
    ap = az.app_registration
    graph = az.graph_api

```

Licensed under MIT.
