Metadata-Version: 2.1
Name: awsdsc
Version: 0.2.10
Summary: AWS universal describe command
Author: Takatoshi Iwasa
Author-email: ap.gr.le@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: click (~=8.0.3)
Requires-Dist: boto3 (~=1.20.7)
Requires-Dist: PyYAML (~=6.0)
Requires-Dist: prompt-toolkit (~=3.0.24)
Requires-Dist: Pygments (~=2.10.0)

# Awsdsc (abbreviation of AWS describe)

Universal describe command for AWS resources.

## Installation

```
pip install awsdsc
```

## Basic Usage

Firstly setup AWS credentials (usually by running `aws configure`) before using.

Then run `awsdsc [--profile ${YOUR_PROFILE_NAME}]`.
You will be prompted to input type and query for AWS resources to describe.

For more details, please run `awsdsc --help` and check the help text.


