manifest
Read and parse a project's pyproject.toml to expose its configuration and dependencies. Uses only the standard library for reliability.
Instructions
Read a project's pyproject.toml using the standard library.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | Project directory or direct path to ``pyproject.toml``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes |