Metadata-Version: 2.4
Name: xls-aws-sso-cli
Version: 0.1.22
Summary: AWS SSO Management CLI Tool
Home-page: https://github.com/fahrizalvianaz/python-cli
Author: Fahrizal Shofyan Aziz
Author-email: Fahrizal Shofyan Aziz <fahrizalshofyanaziz@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/fahrizalvianaz/python-cli
Project-URL: Repository, https://github.com/fahrizalvianaz/python-cli
Project-URL: Issues, https://github.com/fahrizalvianaz/python-cli/issues
Keywords: cli,aws,sso,xls,aws-sso
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: typer>=0.9.0
Requires-Dist: rich>=13.7.0
Requires-Dist: inquirerpy>=0.3.4
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# Awesome CLI

An awesome command-line interface built with Typer, Rich, and InquirerPy.

## Installation

```bash
pip install awesome-cli-app
```

## Usage

```bash
awesome-cli --help
```

## Features

- 🚀 Fast and intuitive CLI
- 🎨 Beautiful terminal output with Rich
- 💬 Interactive prompts with InquirerPy

## Development

```bash
git clone https://github.com/yourusername/awesome-cli
cd awesome-cli
pip install -e .
```

## License

MIT License
