Metadata-Version: 2.1
Name: orbis-plugin-aggregation-recognize
Version: 0.1.0
Summary: The spotlight aggregation plugin for Orbis
Home-page: https://github.com/orbis-eval/orbis_plugin_aggregation_recognize
Author: Albert Weichselbraun
License: GPL3
Platform: UNKNOWN
Requires-Python: >3.6
Description-Content-Type: text/markdown
Requires-Dist: requests

# orbis_plugin_aggregation_recognize
A recognize evaluation plugin

## Configuration
You can use the following environment variables to configure the module:

- `RECOGNIZE_URL`: the base URL of the recognize service (e.g., `https://recognize.k8s.net/rest`).
- `RECOGNIZE_USER`: optional user name to use for Basic Authentification
- `RECOGNIZE_PASS`: optional password to use for Basic Authentification
- `RECOGNIZE_PROFILE`: name of the recognize profile to use for the evaluation.
- `RECOGNIZE_IGNORE`: entity types to ignore during the evaluation (e.g., `predicate,sco`)


