mbe-shipyard / sysml.py

A Python package for the Systems Modeling Language (SysML) for Model-based Systems Engineering (MBSE) applications
Apache License 2.0
68 stars 20 forks source link

read_yaml() #7

Closed capsulecorplab closed 6 years ago

capsulecorplab commented 6 years ago

To be included in the parser.py module. This function entails importing a Model object from a YAML file.

This issue should be worked on concurrently with #6 and accompanied by unit tests.

For MVP purposes, will settle for using PyYaml's dump() method and built-in python object constructor for serializing/deserializing Model objects