obox_fastapi_init_project
Initialize a FastAPI project at a specified path, create a uv environment with the chosen Python version, and install fastapi[standard].
Instructions
Initializes a new FastAPI project at the specified path. Sets up uv environment with the specified Python version and installs fastapi[standard].
Args: path: The absolute path where the project should be initialized. python_version: The Python version to use (default: "3.12").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| python_version | No | 3.12 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |