Metadata-Version: 2.1
Name: WrenchCL
Version: 1.7.1
Summary: This is a code library designed to improve code re-usability and standardize access to APIs, RDS, and logging functionalities
Home-page: UNKNOWN
Author: willem@wrench.ai
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: setuptools
Requires-Dist: boto3
Requires-Dist: colorama
Requires-Dist: pandas
Requires-Dist: requests
Requires-Dist: paramiko
Requires-Dist: psycopg2
Requires-Dist: sshtunnel
Requires-Dist: openai
Requires-Dist: tenacity
Requires-Dist: uszipcode

<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


