Metadata-Version: 2.1
Name: relcli
Version: 1.1
Summary: A custom CLI tool for managing AWS services and connecting to PostgreSQL databases
Home-page: https://github.com/isiddharthrao
Author: Siddharth Rao
Author-email: isiddharthrao@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: boto3
Requires-Dist: click
Requires-Dist: pyperclip
Requires-Dist: rich
Requires-Dist: setuptools>=40.8.0

# DashCLI

DashCLI is a custom command-line interface tool for managing AWS services and connecting to PostgreSQL databases.

## Installation

You can install DashCLI using pip:

```bash
pip install relcli
