Skip to content
/ awsu Public

AWS Utilities. An extensible aws-sdk wrapper built for custom features.

Notifications You must be signed in to change notification settings

MarkelCA/awsu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

awsu

AWS Utilities. An extensible aws-sdk wrapper built for custom features.

Install

Requirements

git clone git@github.com:MarkelCA/awsu.git
cd awsu
sudo python3 setup.py install
# This will enable tab completion for the current session. Add it to your .bashrc or .zshrc to make it permanent:
eval "$(register-python-argcomplete awsu)" 

Usage

$ awsu
usage: awsu [-h] {ec2,s3,configure} ...

AWS Utilities. An extensible aws wrapper built for custom features.

positional arguments:
  {ec2,s3,configure}  Commands
    ec2               EC2 Service Utilities
    s3                S3 Service Utilities
    configure         Configure awsu CLI options.

options:
  -h, --help          show this help message and exit

Text at the bottom of help

Development

Create and activate the virtual environment:

git clone git@github.com:MarkelCA/awsu.git
cd awsu
python3 -m venv .venv
source .venv/bin/activate

About

AWS Utilities. An extensible aws-sdk wrapper built for custom features.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages