helpfulengineering / project-data-platform

An experimental attempt to make a CLI for supply-chain modeling for Helpful Engineering's Project Data
GNU Affero General Public License v3.0
9 stars 2 forks source link

Develop code to read JSON/YAML OKWs into Python object space and extract input, output, tooling. #11

Closed RobertLRead closed 1 year ago

RobertLRead commented 2 years ago

Write Python code that can read the actual data file of an OKW as JSON (or yaml) and extract from it type-correct input, output, and tooling atoms. This might be a function which takes a URL, stream, or filename, and produces an object in the OKH and/or OKW classes in okf.py.