UNPKG

n8n-nodes-python-raw

Version:

🚨 WARNING: 100% AI-GENERATED EXPERIMENTAL CODE - HIGH RISK! Use at own risk, not for production. Python execution for n8n with file processing, multiple credentials, debug tools. Personal use only - Commons Clause license.

8 lines (7 loc) • 292 B
// Main entry point for n8n-nodes-python-raw package // This package is designed to be used as an n8n community node module.exports = { name: 'n8n-nodes-python-raw', version: '1.10.0', description: 'A powerful n8n node for executing raw Python scripts with comprehensive features' };