Skip to content

computePods/interfaceGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ComputePods interface generator

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

About

A simple Python tool to generate computer readable Python and JavaScript interfaces from Markdown/YAML descriptions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published