I\'m trying out the Python3.7 runtime on Google Cloud Functions. I am able to deploy the functions and make them work once deployed, however, I can\'t seem to run the emulator t
See this project on GitHub: GoogleCloudPlatform/functions-framework
Currently there are only implementations in Node.js, Go, and PHP, but see Issue #5 about the Python implementation.
I suggest, whatever implementation you use, to follow the Functions Framework Contract
UPDATE: As Dustin mentioned, there is also a Python implementation now.