Skip to content
This repository was archived by the owner on Aug 28, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 967 Bytes

File metadata and controls

21 lines (13 loc) · 967 Bytes
Branch Coverage
Master codecov
Staging codecov

Introduction

A simple utility package for the CIDC tools, provides convenient shortcut methods for some of the common tasks.

Points of Interest

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.

Installation

pip3 install http://github.com/CIMAC-CIDC/cidc-utils.git#egg=cidc_utils --user