generate_pyproject_toml
Generate a pyproject.toml file with build system, dependencies, and project metadata. Specify project name, Python version, and build backend to get a ready-to-use configuration.
Instructions
Generate a pyproject.toml file with build system, dependencies, and project metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| build_system | No | Build backend to use | |
| project_name | Yes | Name of the Python project | |
| python_version | No | Minimum Python version (e.g. 3.11) |