UNPKG

@badc0d3/piece-python-runner

Version:

Run Python code with imports in Activepieces

16 lines 773 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pythonRunnerPieceMetadata = exports.pythonRunnerAuth = void 0; const pieces_framework_1 = require("@activepieces/pieces-framework"); const shared_1 = require("@activepieces/shared"); exports.pythonRunnerAuth = pieces_framework_1.PieceAuth.None(); exports.pythonRunnerPieceMetadata = { displayName: 'Python Code Runner', description: 'Execute Python code with support for imports and external libraries', minimumSupportedRelease: '0.20.0', logoUrl: 'https://cdn.activepieces.com/pieces/python-runner.png', categories: [shared_1.PieceCategory.DEVELOPER_TOOLS], authors: ['Your Name'], auth: exports.pythonRunnerAuth, }; //# sourceMappingURL=piece-metadata.js.map