Skip to content

Instantly share code, notes, and snippets.

@anrie
anrie / replayparser.py
Created March 31, 2011 14:27
post-processing sc2reader
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from sc2reader import Replay
from helper import AttributeDict
import calendar
import re
import datetime
class ReplayParser(object):