Metadata-Version: 2.1
Name: awsc
Version: 0.1.1a1
Summary: AWS Commander
Home-page: https://github.com/baliame/awsc
Author: baliame
Author-email: akos.toth@cheppers.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.8, <4
Description-Content-Type: text/markdown
Requires-Dist: blessed (>=1.17.12)
Requires-Dist: boto3 (>=1.16.33)
Requires-Dist: cryptography (>=3.1)
Requires-Dist: gnupg (>=1.3.2)
Requires-Dist: jq (>=1.1.1)
Requires-Dist: numpy (>=1.17.4)
Requires-Dist: pyperclip (>=1.8.1)
Requires-Dist: pyyaml (>=5.3.1)

# AWSC - AWS Commander

AWSC is a tool inspired by [k9s](https://github.com/derailed/k9s) - the goal is to create a similarly easy to use terminal-based UI for the AWS API.

## Installation

### Requirements

AWSC has been tested with and therefore requires python 3.8 or later.

### Stable releases

AWSC is available on pypi and can be installed via pip.

```bash
$ pip3 install awsc
````

### Edge versions

You can install the latest git revision from the root directory of the repository by issuing:

```bash
$ sudo python3 setup.py install
```

## First use

Upon launching AWSC, you are prompted to set an encryption key (password) for your database of access credentials. You will have to enter this encryption key every time you launch AWSC.

You will then be taken to the list of AWS contexts and you should see an empty list. You can either add a new context by pressing a - you'll have to add your access and secret key manually; or you can import the current AWS CLI context by pressing i.

For navigation, refer to the top right hotkey display on each screen.

## Command palette

The command palette can be accessed by pressing :. This allows you to navigate between the different AWS resources. Most resources have short names that are accepted, but the full name of the resource without spaces should also be accepted. For an exhaustive list of commands that are available, type 'help' and press enter.


