![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Public Member Functions | |
| Dict[str, str] | generate_codes (self) |
Render a GUI JSON spec into a PyQt6 application project with the MVP pattern.
Converts a JSON GUI specification into runnable source code for PyQt6/PyMol plugins. Builds the necessary file structure and generates the required code files.
| Dict[str, str] generate_codes | ( | self | ) |
Generate Tkinter/VMD plugin source codes from the GUI schema.
Returns:
A dictionary mapping file names to their generated source code.