Metadata-Version: 2.1
Name: WrenchCL
Version: 1.3.28
Author: willem@wrench.ai
Description-Content-Type: text/markdown
Requires-Dist: colorama ~=0.4.6
Requires-Dist: pandas ~=2.1.1
Requires-Dist: requests ~=2.31.0
Requires-Dist: psycopg2 ~=2.9.3
Requires-Dist: python-dotenv ~=0.21.0
Requires-Dist: openai ~=0.27.4
Requires-Dist: tenacity ~=8.2.2
Requires-Dist: setuptools ~=68.0.0
Requires-Dist: boto3 ~=1.26.76
Requires-Dist: paramiko ~=2.8.1
Requires-Dist: sshtunnel ~=0.4.0
Requires-Dist: pytest ~=7.4.0
Requires-Dist: botocore ~=1.29.76
Provides-Extra: optional
Requires-Dist: colorama >=0.4.6 ; extra == 'optional'

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

<p align="center">
  <br>
  <a href="https://pypi.org/project/WrenchCL/"><img src="https://badge.fury.io/py/WrenchCL.svg" alt="PyPI version" height="20"/></a>
  <img src="https://img.shields.io/badge/python->=3.9-blue" alt="Python Version" height="20"/>
  <a href="https://github.com/Kydoimos97"><img src="https://img.shields.io/badge/maintainer-Kydoimos97-yellow" alt="Maintainer" height="20"/></a>
  <br><br>
  <a href="https://github.com/WrenchAI/WrenchCL/stargazers"><img src="https://img.shields.io/github/stars/WrenchAI/WrenchCL.svg" alt="GitHub Stars" height="20"/></a>
  <a href="https://github.com/WrenchAI/WrenchCL/network/members"><img src="https://img.shields.io/github/forks/WrenchAI/WrenchCL.svg" alt="GitHub Forks" height="20"/></a>
  <a href="https://github.com/WrenchAI/WrenchCL/issues"><img src="https://img.shields.io/github/issues/WrenchAI/WrenchCL.svg" alt="GitHub Issues" height="20"/></a>
  <a href="https://github.com/WrenchAI/WrenchCL/pulls"><img src="https://img.shields.io/github/issues-pr/WrenchAI/WrenchCL.svg" alt="GitHub Pull Requests" height="20"/></a>

  
</p>

## Description

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

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

## Installation

To install the package, simply run:

```bash
pip install WrenchCL
```
