tosca-parser/README.rst
spzala 76c3a594a8 Create README
Create an intial README for stand alone parser.

Change-Id: Ic153610ad55e942dc8a8f5c26ddac2a56aea1188
2015-08-25 16:20:42 -07:00

687 B

TOSCA Parser

Parser for TOSCA Simple Profile in YAML.

Overview

The TOSCA Parser is an OpenStack project and licensed under Apache 2. It is developed to parse TOSCA Simple Profile in YAML. It reads the TOSCA templates and creates an in-memory graph of TOSCA nodes and their relationship.

Architecture

Parser - parser for a TOSCA Simple Profile in YAML.

How To Use

Please refer to doc/source/usage.rst

Project Info