Metadata-Version: 2.1
Name: aim.models
Version: 1.0.1
Summary: aim.models: Semantic cloud infrastructure configuration file format and object model
Home-page: https://github.com/waterbear-cloud/aim.models
Author: Waterbear Cloud
Author-email: hello@waterbear.cloud
License: UNKNOWN
Description: # aim.models
        
        aim.models: Semantic cloud infrastructure configuration file format and object models
        
        # Developing
        
        Install this package with your Python tool of choice. Typically set-up a virtualenv
        and pip install the dependencies in there:
        
            python -m venv env
        
            ./env/bin/pip install -e .
        
        There are unit tests using PyTest. If you are using VS Code you can turn on the
        "Py Test Enabled" setting and run "Discover Unit Tests" command.
        
        ToDo: Set-up a CLI to run the test suite and run this suite automatically on commits to master.
        
Keywords: AWS,Cloud,Infrastructure-as-Code
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Development Status :: 5 - Production/Stable
Description-Content-Type: text/markdown
