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
Close the current project session. |
|
Create a new project with template initialization. |
|
Delete a project and its associated files. |
|
Export a project as a ZIP archive. |
|
Get list of projects accessible to the current user. |
|
Import a project from a ZIP archive. |
|
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.