Metadata-Version: 2.1
Name: feature_cost_adaptor_gcp_iapi
Version: 0.0.7
Summary: IAPI Interface Files
Home-page: https://github.com/Cloudzero/feature-cost-adaptor-gcp
Author: CloudZero
Author-email: support@cloudzero.com
License: UNLICENSED
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown


# GCP Cost Adaptor IAPI

This package contains the interface for the GCP Cost Adaptor IAPI. 

## Installing and Use
Add `feature_cost_adaptor_gcp_iapi` to your requirements file or run `pip install feature_cost_adaptor_gcp_iapi`. To use, add `from feature_cost_adaptor_gcp_iapi import cost_adaptor_gcp_client`.

## Commands


### Get

**Command**: `service-principal-setup`

**Arguments**: 
- `organization_id`: `str`

**Usage**: `cost_adaptor_gcp_client.service-principal-setup(organization_id='1234568906')`
