Branch | Coverage |
---|---|
Master | |
Staging |
A simple utility package for the CIDC tools, provides convenient shortcut methods for some of the common tasks.
from cidc_utils.requests import SmartFetch
Imports an easy to use request class with automatic error handling and shortcut methods for common tasks.
from cidc_utils.loghandler import StackdriverJsonFormatter
This formatter can be used with pythons logging
library to format log messages in a way that Stackdriver can understand and procses.
pip3 install http://github.com/CIMAC-CIDC/cidc-utils.git#egg=cidc_utils --user