tree: e72c6fa16011f81bda71f1e1ad328767d99ec0af [path history] [tgz]
  1. toscalib/
  2. web/
  3. __init__.py
  4. map_sup_enrich_compose.py
  5. model_create.py
  6. policy_create.py
  7. README.md
  8. requirements.txt
  9. simple_compose.py
  10. tosca_server.py
  11. tosca_server.pyc
  12. version.py
  13. version.pyc
app/README.md

TOSCA Lab

Ideally, I try to make TOSCA Lab like Matlab, a tool set to create/modify/connect/translate TOSCA templates.

It is also my first Python project for coding practice.

Version: 0.1 -- The original version was created to write everything from scratch. It is able to read YAML files following TOSCA standard and do TOSCA-to-HEAT translation provided with the translation library. 0.2 -- I will try to integrate with the existing open source project tosca-parser. In that case, I can make full use of the existing parser and focus more on more features. The tosca-parser version I am working with is 0.4.0