Metadata-Version: 2.1
Name: a9s
Version: 0.2.0
Summary: Cli tool for navigation in Amazon AWS services. Highly inspired from k9s
Home-page: https://github.com/IamShobe/a9s
License: MIT
Author: Elran Shefer
Author-email: elran777@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Environment :: Console :: Curses
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Utilities
Requires-Dist: attrdict (>=2.0.1,<3.0.0)
Requires-Dist: blessed (>=1.18.0,<2.0.0)
Requires-Dist: boto3 (>=1.17.87,<2.0.0)
Requires-Dist: cached-property (>=1.5.2,<2.0.0)
Requires-Dist: colored (>=1.4.2,<2.0.0)
Requires-Dist: pyperclip (>=1.8.2,<2.0.0)
Description-Content-Type: text/markdown

# a9s
Cli tool for easily navigating in AWS services.  
Highly inspired from [k9s](https://github.com/derailed/k9s). 


## How to install

```shell
pip install a9s
```

## Goals

### Services
- [X] s3 support
- [X] route53 support
- [ ] EC2 support
- [ ] ELB support
- [ ] Cloudfront support


### Features
- [X] responsive tables
- [X] allow to easily switch between services
- [X] auto-complete commands
- [X] vim shortcuts support
- [X] opening files in S3
- [ ] quick yank (half done)
- [ ] smart navigation between services - route53 pointing to ELB etc..

