Metadata-Version: 2.1
Name: aixplain_pipelines
Version: 0.0.1
Summary: aiXplain Pipelines adds AI functions to software.
Home-page: 
Author: Thiago Castro Ferriera and Duraikrishna Selvaraju
Author-email: thiago.ferreira@aixplain.com, krishna.durai@aixplain.com
License: UNKNOWN
Project-URL: Documentation, https://www.aixplain.com
Project-URL: Source, https://github.com/aixplain/aixplainSDK
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.5, <4
Description-Content-Type: text/markdown

# aiXplain Pipelines 

aiXplain Pipelines enables python programmers to add AI functions
to their software.

## Installation

```
pip install aixplain-pipelines
```
### Developer Guide

#TODO(krishnadurai): Move to a separate document
```
pip install -e .
```

## Running Tests
### Setup environment

```
cp .env.example .env
```

Populate values in .env for pytest consumption.

### Run pytest

```
pytest
```

