Metadata-Version: 2.1
Name: antiope
Version: 1.1.0
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
Description: # 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
        
        
        
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
