Metadata-Version: 2.1
Name: aws-service-catalog-factory
Version: 0.21.1
Summary: Making it easier to build out ServiceCatalog products
Home-page: https://github.com/awslabs/aws-service-catalog-factory
Author: Eamonn Faherty
Author-email: aws-service-catalog-tools@amazon.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Description-Content-Type: text/markdown
Requires-Dist: docutils (==0.14)
Requires-Dist: pyyaml (==5.1)
Requires-Dist: Jinja2 (==2.10.1)
Requires-Dist: click (==7.0)
Requires-Dist: boto3 (==1.9.102)
Requires-Dist: pykwalify (==1.7.0)
Requires-Dist: better-boto (==0.17.0)
Requires-Dist: cfn-flip (==1.2.1)
Requires-Dist: terminaltables (==3.1.0)
Requires-Dist: colorclass (==2.2.0)
Requires-Dist: luigi (==2.8.7)
Requires-Dist: requests (==2.22.0)

## servicecatalog-factory

![logo](./docs/logo.png) 

This is a framework where you define a Service Catalog portfolio, products and versions using YAML. For versions of your 
products you specify where the source code for them can be found and the framework publishes the portfolio, products and 
versions in every* AWS Region after validating, linting and testing them.

Read the docs here: https://aws-service-catalog-factory.readthedocs.io/en/latest/

## License

This library is licensed under the Apache 2.0 License. 


