Metadata-Version: 2.1
Name: feature-anomalies-iapi
Version: 0.0.1rc1
Summary: IAPI Interface Files
Home-page: https://github.com/Cloudzero/feature-anomalies
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
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown


# Anomalies IAPI

This package contains the interface for the Anomalies iAPI. 

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

## Commands


### Create Request

**Command**: `upload_reviewed_anomalies`

**Arguments**: 
- `anomalies`: `List[Mapping]`
- `dry_run`: `bool`

**Usage**: `anomalies_client.upload_reviewed_anomalies(anomalies=[...], dry_run=True)`
