Skip to content

Instantly share code, notes, and snippets.

View afreiberger's full-sized avatar

Drew Freiberger afreiberger

View GitHub Profile
@afreiberger
afreiberger / classify_handoff_parts.py
Created November 9, 2017 15:31 — forked from clayg/classify_handoff_parts.py
check handoffs vs. misplaced parts
#!/usr/bin/env python
import sys
import os
import errno
import json
from argparse import ArgumentParser
from collections import defaultdict
from itertools import islice