Utilities

Pretty Print a JSON dictionary

Utility - pretty print a dictionary

spylunking.ppj.ppj(json_data)[source]

Pretty print a json dictionary and return it as a string

Parameters:json_data – dictionary to print

Get Environment Key

Utility - get environment key

spylunking.ev.ev(k, v)[source]

Get environment key and strip

Parameters:
  • k – environment variable key
  • v – environment variable value