Skip to content

This repo contains different general purpose functions that is used across different projects

Notifications You must be signed in to change notification settings

mbrummerstedt/common_python_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

common_python_utils

This repo contains different general purpose functions that is used across different projects

Env variables that the functions expect:

  • GOOGLE_CLOUD_PROJECT: The project id of the GCP project that you are running the function in. THis is set by default if you are running the code in a GCP env.
  • ENV: Can be either dev or prod and determines the behavior of the log.

Other info:

When running the code with ENV set to prod make sure that you have GOOGLE_APPLICATION_CREDENTIALS env variable defined or any of the other GCP authentication methods avaible with a service account with permission to write logs.

About

This repo contains different general purpose functions that is used across different projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages