Metadata-Version: 2.1
Name: aws-cost-report
Version: 0.0.5
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\] \[-j\] \[-v\]  

command line tool which will return total cost for the current month's AWS usage.  
oraganizations with multiple accounts will see a list of accounts.  

usage:   
> $ cost-report  
> $ cost-report -j # optionally output json/dictionary  

expected output:  
> AWS Costs - 8378\_ACCT\_ID (July): $2.18    

optional arguments:  
> -h, \-\-help     show this help message and exit  
> -j, \-\-json     output json object  
> -v, \-\-version  show program's version number and exit  

### install  

pip install aws-cost-report


