- Code broken out into modules - Functions, Vars, and docstrings adjusted for maximum readability - Added initial testing scripts - currently at 75% coverage - Cyclomatic Complexity down to 4 or less for every function! - Maintainability Index is A for every module
0.9.5
Dramatically Restructured
- New flow with fewer functions - New query algorithm that allows combined parameters - Simplified function and var names
0.9.4
Internal module, structure and code refinements.
- Cyclomatic Complexity ratings are 5 or less for every function - Moved some functions to separate files
0.9.3
Updates to documentation and structure
- README.rst updated - Now installable via `pip`
0.9.2
**aws-shortcuts** is a superset of my **aws-quick-cli** repo with the following enhancements
- written in Python instead of Bash, so it's slightly quicker - commands are performed in one script - reducing code duplication and reducing size - commands that require specifying an instance now support instance-ID in addition to name