Metadata-Version: 2.1
Name: pyredai
Version: 0.1.0
Summary: PyRedAI is a python library to interact with LLMs using LangChain as a core of this library
Home-page: https://github.com/Redcomm-Shared-Dev/pyredai
License: Apache-2.0
Author: Cecep Aprilianto
Author-email: cecepaprilianto@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Project-URL: Repository, https://github.com/Redcomm-Shared-Dev/pyredai
Description-Content-Type: text/markdown

# PyRedAI

[![PyPI](https://img.shields.io/pypi/v/pyredai.svg)](https://pypi.org/project/pyredai/)
[![License](https://img.shields.io/pypi/l/pyredai.svg)](https://github.com/yourusername/pyredai/blob/master/LICENSE)
[![Python Version](https://img.shields.io/pypi/pyversions/pyredai.svg)](https://pypi.org/project/pyredai/)

**PyRedAI** is a Python library to interact with LLMs using LangChain as a core of this library.

## Features

- Say Hello: Generate a greeting message.

## Installation

You can install PyRedAI using pip:

```bash
pip install pyredai
```

## Usage

Here's a simple example of how to use PyRedAI:

### Say Hello

Generate a greeting message.

```python
from pyredai.hello import say_hello

print(say_hello("Foo"))
```

## Running Tests

To run tests, run the following command

```bash
   pytest -v
```

## Authors

- [@apriliantocecep](https://www.github.com/apriliantocecep)

## License

This project is licensed under the MIT License - see the LICENSE file for details.

