Metadata-Version: 2.1
Name: aws-cost-report
Version: 0.0.1
Summary: command line tool which will return total cost for the current month's AWS usage.
Home-page: https://bitbucket.org/rednap/aws-cost-report-pypi
Author: Andy Klier
Author-email: andyklier@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# aws-cost-report     

usage: cost-report \[-h\] \[-v\]   

command line tool which will return total cost for the current month's AWS usage.   
usage:   
    $ cost-report   
expected output:   
    AWS Costs for Current Month (July): $2.18   

optional arguments:   
  -h, --help     show this help message and exit   
  -v, --version  show program's version number and exit   


