Metadata-Version: 2.1
Name: pycloudmesh
Version: 0.1.4
Summary: A package that exposes the cost API data for AWS, Azure, and GCP
Home-page: https://github.com/NitheshKG/cloudmesh
Author: Nithesh
Author-email: nitheshkg18@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: boto3 (~=1.37.7)
Requires-Dist: google (~=3.0.0)
Requires-Dist: google-cloud-bigquery (~=3.30.0)
Requires-Dist: google-cloud-recommender (~=2.18.1)
Requires-Dist: protobuf (~=5.29.3)
Requires-Dist: requests (~=2.32.3)
Requires-Dist: pycloudmesh (~=0.1.2)
Requires-Dist: setuptools (~=70.1.0)
Requires-Dist: pandas (~=2.2.3)

# pycloudmesh

pycloudmesh is a Python package to access multiple finops related apis from AWS, Azure, and GCP.

## Installation
```bash
pip install pycloudmesh


