Metadata-Version: 2.1
Name: WrenchCL
Version: 1.8.1
Summary: This is a code library designed to improve code re-usability and standardize access to APIs, RDS, and logging functionalities
Author: willem@wrench.ai
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: setuptools >=68.0.0
Requires-Dist: colorama >=0.4.6
Requires-Dist: pandas >=2.1.2
Requires-Dist: requests >=2.31.0
Requires-Dist: paramiko >=3.4.0
Requires-Dist: psycopg2 >=2.9.9
Requires-Dist: sshtunnel >=0.4.0
Requires-Dist: openai >=0.27.10
Requires-Dist: tenacity >=8.2.3
Requires-Dist: pytest >=7.4.3

<h1 align="center">Wrench Code Library</h1>

<p align="center">
    <a href="https://pypi.org/project/WrenchCL/" style="text-decoration: none;">
        <img alt="PyPI - Version" src="https://img.shields.io/pypi/v/WrenchCL?logo=pypi&logoColor=green&color=green">
    </a>
    <img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/WrenchCL?logo=python&logoColor=blue&color=yellow">
    <a href="https://github.com/Kydoimos97" style="text-decoration: none;">
        <img src="https://img.shields.io/badge/Kydoimos97-cb632b?label=Code%20Maintainer" alt="Maintainer" height="20"/>
    </a>    
    <br> <br>
    <a href="https://github.com/WrenchAI/WrenchCL/actions/workflows/publish-to-pypi.yml" style="text-decoration: none;">
        <img alt="GitHub Workflow Status (with event)" src="https://img.shields.io/github/actions/workflow/status/WrenchAI/WrenchCL/publish-to-pypi.yml?event=push&logo=Github&label=Test%20%26%20Publish%20%F0%9F%90%8D%20to%20PyPI%20%F0%9F%93%A6">
    </a>
</p>

## Description

This is a code library designed to improve code reusability and standardize access to APIs, RDS, and logging functionalities.

**PyPI Link:** [WrenchCL on PyPI](https://pypi.org/project/WrenchCL/)

## Installation

To install the package, simply run the following command:

```bash
pip install WrenchCL
