├── .gitignore ├── LICENSE ├── README.md ├── awls └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danpilch/awls-py/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danpilch/awls-py/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danpilch/awls-py/HEAD/README.md -------------------------------------------------------------------------------- /awls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danpilch/awls-py/HEAD/awls -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | tabulate 2 | boto3 3 | --------------------------------------------------------------------------------