5.4.2.15.1. gemini_interface.blueprint.project.routes

Project Management Routes.


This module handles project lifecycle management including creation, deletion, import/export, and Git repository integration.

Functions

closeproject()

Close the current project session.

createproject()

Create a new project with template initialization.

deleteproject()

Delete a project and its associated files.

exportproject()

Export a project as a ZIP archive.

getprojectlist()

Get list of projects accessible to the current user.

importproject()

Import a project from a ZIP archive.

loadproject()

Load a project into the current session.

gemini_interface.blueprint.project.routes.closeproject()[source]

Close the current project session.

gemini_interface.blueprint.project.routes.createproject()[source]

Create a new project with template initialization.

gemini_interface.blueprint.project.routes.deleteproject()[source]

Delete a project and its associated files.

gemini_interface.blueprint.project.routes.exportproject()[source]

Export a project as a ZIP archive.

gemini_interface.blueprint.project.routes.getprojectlist()[source]

Get list of projects accessible to the current user.

gemini_interface.blueprint.project.routes.importproject()[source]

Import a project from a ZIP archive.

gemini_interface.blueprint.project.routes.loadproject()[source]

Load a project into the current session.