generate_pyobfus_config
Creates a pyobfus.yaml configuration for Python projects by auto-detecting frameworks and applying the matching preset. Returns YAML text or writes to disk on request.
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 | ||
| preset_override | No | ||
| write | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |