# SmeeOrgs v0.2.0 - Table of Contents

> SAML metadata Organization extension for Smee

## Pages

- [SmeeOrgs](readme.md)
- [LICENSE](license.md)

## Modules

- [SmeeOrgs](SmeeOrgs.md): `SmeeOrgs` is an extension to [Smee](https://github.com/Digital-Identity-Labs/smee) dedicated to extracting and processing
the Organization information inside SAML entity metadata. Rather niche but possibly useful.
- [SmeeOrgs.Filter](SmeeOrgs.Filter.md): A collection of simple filters to select organizations by various criteria
  
These are similar to filters in other Smee packages. You should use the `Smee.Filter` module to filter
  at the Entity level, as these will only filter Organizations.

- [SmeeOrgs.Organization](SmeeOrgs.Organization.md): A struct and helper modules for working with SAML metadata organizations

## Mix Tasks

- [mix smee_orgs.data.aggregated](Mix.Tasks.SmeeOrgs.Data.Aggregated.md): List of aggregated org data
- [mix smee_orgs.data.enhancements](Mix.Tasks.SmeeOrgs.Data.Enhancements.md): Show list of org enhancement data (ROR, Wikipedia, etc)
- [mix smee_orgs.data.logos](Mix.Tasks.SmeeOrgs.Data.Logos.md): Show list of org logos
- [mix smee_orgs.data.simple](Mix.Tasks.SmeeOrgs.Data.Simple.md): List simple org data
- [mix smee_orgs.gen.data_tests](Mix.Tasks.SmeeOrgs.Gen.DataTests.md): Create a new set of compatibility tests, overwriting the existing set

