Skip to content

CLAP version 0.7.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@marekjm marekjm released this 07 Aug 16:35
· 274 commits to devel since this release

This release brings improved support for JSON interfaces and nothing more really. clap.builder.Builder() is the only object you'll need to create interface using JSON. clap.builder.ModesParser() is no longer present.

Functions that are used in clap.builder.Builder() to actually convert Python data types into the UI are now available but there is little use for them - if you want to create UI in Python rather than in JSON just use the main API.


Also, creating the interface means interpreting JSON every time at startup. There is no code generator currently available. However, I plan to write code generator that would export interface written in Python to JSON.