configure_packages
Set up Python analysis by adding package paths, namespace repositories, and standalone script directories with recursive scanning and save configuration.
Instructions
Python: Configure additional packages, namespaces, and standalone scripts for analysis.
Args: packages: List of package paths to include namespaces: Namespace packages with their repo paths standalone_dirs: Directories containing standalone Python scripts recursive: Scan standalone directories recursively file_pattern: Glob pattern for standalone files exclude_patterns: Patterns to exclude from standalone scanning save: Save configuration to .pyeye.json
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packages | No | ||
| namespaces | No | ||
| standalone_dirs | No | ||
| recursive | No | ||
| file_pattern | No | *.py | |
| exclude_patterns | No | ||
| save | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||