Metadata-Version: 2.1
Name: feature-access-azure-iapi
Version: 0.0.1
Summary: IAPI Interface Files
Home-page: https://github.com/Cloudzero/feature-access-azure
Author: CloudZero
Author-email: support@cloudzero.com
License: UNLICENSED
Platform: UNKNOWN
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


# Azure Access IAPI

This package contains the interface for the Access Azure IAPI. 

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

## Commands

See the inline documentation for the supported commands in [access_azure_client.py](https://github.com/Cloudzero/feature-access-azure/blob/develop/internal_api/access_azure_iapi/access_azure_client.py).


