Metadata-Version: 2.1
Name: aws-service-catalog-factory
Version: 0.99.0
Summary: Making it easier to build ServiceCatalog products
Home-page: https://service-catalog-tools-workshop.com/
Author: Eamonn Faherty
Author-email: aws-service-catalog-tools@amazon.com
Requires-Python: >=3.7,<4
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Requires-Dist: PyYAML (==5.4)
Requires-Dist: better-boto (==0.43.0)
Requires-Dist: boto3 (==1.19.2)
Requires-Dist: botocore (==1.22.2)
Requires-Dist: certifi (==2022.12.7)
Requires-Dist: cfn-flip (==1.2.3)
Requires-Dist: charset-normalizer (==2.0.7)
Requires-Dist: click (==7.0)
Requires-Dist: colorclass (==2.2.0)
Requires-Dist: deepmerge (==0.3.0)
Requires-Dist: docutils (==0.14)
Requires-Dist: enum34 (==1.1.10)
Requires-Dist: idna (==2.8)
Requires-Dist: jinja2 (==2.11.3)
Requires-Dist: jmespath (==0.10.0)
Requires-Dist: lockfile (==0.12.2)
Requires-Dist: luigi (==2.8.6)
Requires-Dist: markupsafe (==2.0.1)
Requires-Dist: networkx (==2.6.3)
Requires-Dist: orjson (==3.8.0)
Requires-Dist: python-daemon (==2.1.2)
Requires-Dist: python-dateutil (==2.8.2)
Requires-Dist: requests (==2.26.0)
Requires-Dist: s3transfer (==0.5.0)
Requires-Dist: setuptools (==65.6.3)
Requires-Dist: six (==1.16.0)
Requires-Dist: terminaltables (==3.1.0)
Requires-Dist: tornado (==4.5.3)
Requires-Dist: troposphere (==3.1.0)
Requires-Dist: typing-extensions (==3.10.0.2)
Requires-Dist: urllib3 (==1.26.7)
Requires-Dist: yamale (==3.0.8)
Project-URL: Repository, https://github.com/awslabs/aws-service-catalog-factory
Project-URL: issues, https://github.com/awslabs/aws-service-catalog-factory-framework/issues
Description-Content-Type: text/markdown

# aws-service-catalog-factory

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

## What is it?
This is a python3 framework that makes it easier to build multi region AWS Service Catalog portfolios.

With this framework you define a portfolio in YAML.  For each product version in your portfolio you specify which git 
repository it is in and the framework will build out AWS CodePipelines for each product version.

These CodePipelines can run CFN_NAG and Cloudformation_rspec on your templates enabling you to check your templates are 
good quality that they are functionally correct.

## Getting started

You can read the [installation how to](https://service-catalog-tools-workshop.com/30-how-tos/10-installation/20-service-catalog-factory.html)
or you can read through the [every day use](https://service-catalog-tools-workshop.com/30-how-tos/50-every-day-use.html)
guides.

You can read the [documentation](https://aws-service-catalog-factory.readthedocs.io/en/latest/) to understand the inner 
workings. 


## Going further

The framework is one of a pair.  The other is [aws-service-catalog-puppet](https://github.com/awslabs/aws-service-catalog-puppet).
With Service Catalog Puppet you can provision products into multiple regions of multiple accounts using YAML and you can 
share portfolios across multiple regions of multiple accounts. 

## License

This library is licensed under the Apache 2.0 License. 

