Metadata-Version: 2.1
Name: llamazure.tresource
Version: 0.0.1
Summary: Group Azure resources into their hierarchy
Author: Daniel Goldman
License: Round Robin 2.0.0
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Utilities
Classifier: Topic :: Internet :: Log Analysis
Requires-Python: <4,>=3.7
Description-Content-Type: text/markdown

# llamazure.rid : Resource IDs you can use

The `llamazure.tresource` package provides a way to group Azure resources into their hierarchy. 

## Usage

There are several variants of Tresources.

- Plain `Tresource` : This tresource does not store any information about the resources except for their parsed resource ID. This is best for exploration and visualisation. For example, if you wanted to display all the VMs in a tenancy, this tresource would help you show them by subscription and resource group
- `TresourceData` : This tresource includes a space to put data. An obvious choice for the data would be the serialised JSON of the resource itself, which you could get from the graphapi or from the cli or through change events. You can also use the data for other information, like whether an object exists in IAC or whether someone knows what a resource is for.

## Examples

## Design notes
