Metadata-Version: 2.1
Name: credoai-connect
Version: 0.0.4
Summary: Credo AI Connect: Integration point for Credo AI Governance Platform
Home-page: 
Download-URL: https://github.com/credo-ai/credoai_connect
Author: Ian Eisenberg
Author-email: ian@credo.ai
Maintainer: Ian Eisenberg
Maintainer-email: ian@credo.ai
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE


--------------------------------------

# Connect by Credo AI - Utility Module for Connecting to AI Governance Platform

Connect is a utility module that integrates ML assessments with the Credo AI Governance Platform.
Connect defines `evidence_containers` which function as adapters between diverse AI assessment
frameworks (or custom analyses) and Credo AI-compatible `Evidence` objects.



## Dependencies

- Credo AI Connect supports Python 3.8+
- Sphinx (optional for local docs site)


## Installation

The latest stable release (and required dependencies) can be installed from PyPI.

```
pip install credoai-connect
```

## Documentation

Documentation is hosted by [readthedocs](https://credoai-connect.readthedocs.io/en/stable/).
