generate_pyobfus_config
Generates a pyobfus.yaml config for Python projects by auto-detecting the framework and applying the matching preset. Returns YAML text; set write=true to persist to disk.
Instructions
Generate a pyobfus.yaml for a Python project. Auto-detects frameworks and applies the matching preset. By default returns the YAML text without writing to disk; set write=true to persist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| write | No | ||
| preset_override | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |