populse / capsul

Collaborative Analysis Platform : Simple, Unifying, Lean
Other
7 stars 14 forks source link

Create a Launcher for Capsul v3 #238

Open sapetnioc opened 2 years ago

sapetnioc commented 2 years ago

This issue is probably more general than Capsul and could be moved in another project. The launcher will be the main entry point for users. This issue will hold the first decisions taken during various discussions that will come about this topic. There a many open question about this launcher. For instance :

sapetnioc commented 1 year ago

I propose to change this issue because we are not ready yet to create a launcher but we are ready to build some GUI for Capsul configuration and engines management. Here are the changes I propose:

Subject: Create an entry point for Capsul Description: There is a need for a graphical and command line global entry point for Capsul. This entry point would allow to

There will be one single entry point :

python -m capsul [global options] [command and command options]

Without command, it will open a GUI entry point (whose content is still to be discussed). If a command is given, it will be executed in text mode. If GUI becomes complex, we could also define commands to open a specific part of the GUI.