Metadata-Version: 2.3
Name: pyzurecli
Version: 0.7.409
Summary: Azure CLI automation via Docker
Author: Miles Copeland Luce
Requires-Python: >=3.13,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: dockwershell (>=0.6,<0.7)
Requires-Dist: htmldict (>=0.1.0,<0.2.0)
Requires-Dist: httpx (>=0.28.1,<0.29.0)
Requires-Dist: loguru (>=0.7.3,<0.8.0)
Requires-Dist: python-multipart (>=0.0.20,<0.0.21)
Requires-Dist: toomanyconfigs (>=0.2.83,<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.
