LICENSE.txt
MANIFEST.in
NOTICE.txt
README.rst
setup.cfg
setup.py
aws_shell.egg-info/PKG-INFO
aws_shell.egg-info/SOURCES.txt
aws_shell.egg-info/dependency_links.txt
aws_shell.egg-info/entry_points.txt
aws_shell.egg-info/requires.txt
aws_shell.egg-info/top_level.txt
awsshell/__init__.py
awsshell/app.py
awsshell/autocomplete.py
awsshell/awsshellrc
awsshell/compat.py
awsshell/config.py
awsshell/db.py
awsshell/docs.py
awsshell/fuzzy.py
awsshell/keys.py
awsshell/lexer.py
awsshell/loaders.py
awsshell/makeindex.py
awsshell/shellcomplete.py
awsshell/style.py
awsshell/substring.py
awsshell/toolbar.py
awsshell/ui.py
awsshell/utils.py
awsshell/data/cloudformation/2010-05-15/completions-1.json
awsshell/data/dynamodb/2012-08-10/completions-1.json
awsshell/data/ec2/2015-04-15/completions-1.json
awsshell/data/elb/2012-06-01/completions-1.json
awsshell/data/glacier/2012-06-01/completions-1.json
awsshell/data/iam/2010-05-08/completions-1.json
awsshell/data/kinesis/2013-12-02/completions-1.json
awsshell/data/opsworks/2013-02-18/completions-1.json
awsshell/data/s3/2006-03-01/completions-1.json
awsshell/data/sns/2010-03-31/completions-1.json
awsshell/data/sqs/2012-11-05/completions-1.json
awsshell/index/__init__.py
awsshell/index/completion.py
awsshell/resource/__init__.py
awsshell/resource/index.py
tests/__init__.py
tests/compat.py
tests/integration/__init__.py
tests/integration/test_config.py
tests/integration/test_db.py
tests/integration/test_keys.py
tests/integration/test_makeindex.py
tests/unit/__init__.py
tests/unit/test_app.py
tests/unit/test_autocomplete.py
tests/unit/test_docs.py
tests/unit/test_fuzzy.py
tests/unit/test_load_completions.py
tests/unit/test_makeindex.py
tests/unit/test_resources.py
tests/unit/test_substring.py
tests/unit/test_toolbar.py
tests/unit/test_utils.py
tests/unit/index/__init__.py
tests/unit/index/test_completions.py