generate_pyobfus_config
Generate a pyobfus.yaml configuration for Python projects with automatic framework detection and preset application. Returns YAML text by default, optionally writes 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 | ||
| preset_override | No | ||
| write | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |