Skip to main content

Emulator for Google Cloud Functions to run in local

Project description

This module tries to emulate the environment in Google Cloud Functions for Python. It serves the given function on the given module.

For example. lets imagine we have the following cloud function

# mycloudfunction.py
def api(request):
  return 'important data'

To emulate we have to call it like so

$ python -m gcp-functions-emulator.http mycloudfunction.py api

And to access the data we can use for example curl

$ curl localhost:5000/api
important data

If you run the server from a terminal, you have to disable the debug. It is disabled by default thoug. Flask looks for file changes, but in interactive terminal there's no file.

from serve import http
port = 5000
module_path = 'mycloudfunction.py'
function_name = 'api'
debug = False
http(module_path, function_name, port, debug)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gcp-functions-emulator-0.0.5.tar.gz (2.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gcp_functions_emulator-0.0.5-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file gcp-functions-emulator-0.0.5.tar.gz.

File metadata

  • Download URL: gcp-functions-emulator-0.0.5.tar.gz
  • Upload date:
  • Size: 2.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

File hashes

Hashes for gcp-functions-emulator-0.0.5.tar.gz
Algorithm Hash digest
SHA256 b96f4e9678fa62ce823663e90414f931ceade1be7655a930c3e1f8d9a663da8a
MD5 57e3d7407c5665f53b9a876a0bd34e6c
BLAKE2b-256 1e9a52c46ae7153e7bdde54a712cee680e5e798ed5a1684afa990b37ea1c216a

See more details on using hashes here.

File details

Details for the file gcp_functions_emulator-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: gcp_functions_emulator-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 3.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

File hashes

Hashes for gcp_functions_emulator-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 ea991100d1a6d79f54e688ead47b4c7dba63410668ad08b19e402acdabbf4e80
MD5 fc388841b70bbecc6d67aeb7ae1c16ad
BLAKE2b-256 91da4f9470ba158d835e84828473eaeac90bf932213c11391262ed4628519eb4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page