Metadata-Version: 2.1
Name: terrayml
Version: 0.6
Summary: ECV Python Development Package
Author: Warren Ezra Bruce Jaudian
Author-email: warren.jaudian@ecloudvalley.com
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: awscli
Requires-Dist: Click
Requires-Dist: PyYAML
Requires-Dist: python-dotenv

# Terrayml

These are the steps in creating a new module:
    1. create module in modules folder
    2. create file template in file_templates folder
    3. create object_templates .json based on variables of module
    4. create mappings in mappings folder based on .json in object_templates
    5. create _generate_xxx function in generator.py
