GoogleCloudPlatform / functions-framework

The Contract for Building New Function Frameworks
Apache License 2.0
123 stars 11 forks source link

Python Functions Framework #5

Closed grant closed 4 years ago

grant commented 4 years ago

Python Functions Framework

We should release the Functions Framework for Python. It will use the flask framework.

maikelrobier commented 4 years ago

Hi @grant, is there any active development on this? We are needing this for a project. Our current plan is just to create a simple flask server to run Python cloud functions locally. I guess we'll try to not violate the Functions Framework Contract. If you could point any WIP on this it will be very useful for us to use as reference until the python framework is released 🙂 . Thanks!

grant commented 4 years ago

@maikelrobier I can't state any development right now. The best way to make progress from your side is to have colleagues upvote this issue so I can share the input with the team. Thanks for the comment!

maikelrobier commented 4 years ago

@grant based on the new number of upvotes it seems my team is very excited about this 😄. Our workflows rely on Cloud Functions heavily and most of them are written in Python. I saw a related question in Stack Overflow and I linked this issue from there as well: https://stackoverflow.com/questions/53693987/test-python-google-cloud-functions-locally/