Skip to content

Instantly share code, notes, and snippets.

@mingyuan-xia
mingyuan-xia / py-json-proc
Created March 11, 2017 18:13
Control a process that produces JSON output in Python
# -*- coding: utf-8 -*-
import subprocess
import time
import os
import fcntl
import json
from datastruct import truncate_string
from colorprint import print_warning, print_emph