Metadata-Version: 1.2
Name: a9s
Version: 0.0.1
Summary: Cli tool for navigation in Amazon AWS services. Highly inspired from k9s
Home-page: https://github.com/IamShobe/a9s
Author: Elran Shefer
Author-email: elran777@gmail.com
License: MIT
Description: # 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..  
        
Keywords: aws cli
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console :: Curses
Requires-Python: >=3.6
