Metadata-Version: 2.1
Name: antiope
Version: 1.2.1
Summary: Library for interacting with AWS accounts that are tied to the Antiope framework
Home-page: https://github.com/WarnerMedia/antiope-aws-module.git
Author: Chris Farris
Author-email: chris@room17.com
License: Apache License 2.0
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: boto3 (>=1.10.0)
Requires-Dist: botocore (>=1.13.0)

# antiope-aws
Python module & scripts for managing Multiple AWS accounts leveraging Antiope

## Rationale




## Installation

For testing, the install process is
```bash
pip install -e .
```

For production usage, you can install antiope-aws from PyPi.

## Usage

### Manifest Files

### Scripts

None yet


### Python Module

The Python Modules consists of three main classes.

All modules use the python logger for debug and informational events. These can be overridden as needed.

#### AWSAccount

#### ForeignAWSAccount

#### AWSOrganization

#### VPC



## Roadmap





