Metadata-Version: 2.1
Name: supercontrast
Version: 0.0.1
Summary: supercontrast is a package for simplifying the use of multiple AI APIs
Home-page: https://github.com/supercontrast-ai/supercontrast
Author: supercontrast
Author-email: shravan@supercontrast.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic
Requires-Dist: boto3
Requires-Dist: google-api-python-client
Requires-Dist: google-auth-oauthlib
Requires-Dist: google-auth-httplib2
Requires-Dist: google-auth
Requires-Dist: google-api-core
Requires-Dist: google-cloud-vision
Requires-Dist: google-cloud-translate
Requires-Dist: google-cloud-speech
Requires-Dist: google-cloud-language
Requires-Dist: google-cloud-translate
Requires-Dist: google-cloud-vision
Requires-Dist: msrest
Requires-Dist: azure-ai-textanalytics
Requires-Dist: azure-cognitiveservices-vision-computervision
Requires-Dist: azure-ai-translation-text
Requires-Dist: azure-core

# supercontrast

`supercontrast` is a package for easily running models from a variety of providers.

## Installation

```bash
pip install supercontrast
```

## Usage

```python
from supercontrast import supercontrast_client

```

## Contributing

We welcome contributions to the project! To contribute, please follow these steps:

### 1. Clone the repo

```bash
git clone https://github.com/supercontrast/supercontrast.git
```

### 2. Install package

```bash
pip install -e .[dev]
```

### 3. Run linting

```bash
black .
isort .
```

### 4. Run tests

```bash
pytest
```

### 5. Submit a PR

Submit a PR to the main branch! We will review and merge your PR.









