Metadata-Version: 2.1
Name: bill-calculator-hep
Version: 0.2.3
Summary: Billing calculations and threshold alarms for hybrid cloud setups
Home-page: https://github.com/HEPCloud/bill-calculator-hep
Author: Maria P. Acosta F./HEPCloud project
Author-email: macosta@fnal.gov
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.4
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: gcs-oauth2-boto-plugin
Requires-Dist: pyparsing
Requires-Dist: google-cloud-bigquery[pandas]

# bill-calculator-hep
![PyPI](https://img.shields.io/pypi/v/bill-calculator-hep)
![PyPI - Downloads](https://img.shields.io/pypi/dm/bill-calculator-hep)

* FNAL HEPCloud Billing Calculator
* Python3
* Supports AWS and GCP and multiple accounts
* Configurable through YAML definitions
* Unified and structured logging (by default writes to /var/log/hepcloud)
* Modular desgin and librarization of common functions
* Packaged both as rpm and as individual python lib (install through pip)
* To install latest version: 
```
pip install bill-calculator-hep
```


