zapier / zapier-platform

The SDK for you to build an integration on Zapier

Home Page:https://platform.zapier.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Runner

dovy opened this issue · comments

Since Zapier now supports python code it would be really great to have a way to run, test, and deploy locally. I am sure you could use this existing CLI to add a python layer to allow the running of code. ;)

Hey @dovy! I'd love a bit of clarification here.

Since Zapier now supports python code

I'm not sure anything new has shipped here. Are you talking about running Python in Code by Zapier?

have a way to run, test, and deploy locally

Are you talking about writing zaps, or new integrations, or something else? This CLI already allows for local development of integrations (albeit using Node.js).

add a python layer to allow the running of code

I'm not clear what step of the process this is referring to :)


All that said, we are unlikely to add any Python to this repo; we've got a lot of infrastructure built around running integrations as Javascript. But, i'm curious about the use case here!

Closing as we are unlikely to support this.