tosca-parser/doc/source/usage.rst
spzala a3ff25f9c0 Create CLI test utility
Add a CLI test program that can demonstrate how the parser can be used programattically
and iterated over parsed template. This is just a test program for example usage. The
correct way of using tosca parser is via tools like heat transaltor.

Change-Id: Idcce82ed986821c4f213dd13498da0af20f34d9d
2015-09-29 01:30:28 -07:00

355 B

Usage

The TOSCA Parser can be used as a library by any client program, for example, OpenStack heat-translator uses it to translate TOSCA to Heat Orchestration Template (HOT).

For an easy reference on how TOSCA Parser can be used programmatically, refer to the tosca_parser.py test program which is located at the root level of the project.