A simple Python tool to generate computer readable Python and JavaScript interfaces from Markdown/YAML descriptions.
Each interface description will consist of a
Markdown file with embedded
YAML code blocks.
The Markdown will be used for any general descriptions targeted at human programmers.
The generateInterface tool will extract the embedded YAML code blocks,
load as YAML and use it to produce the required interfaces descriptions
for use by the JavaScript (browser based UI) and Python (server).
The ComputePods interfaces project is the primary collection of interfaces for the ComputePods tools.
For more details see docs/Readme.md