Skip to content

Instantly share code, notes, and snippets.

@ShenXuGongZi
ShenXuGongZi / pytimer.py
Created May 14, 2012 19:53 — forked from HowardMei/pytimer.py
A simple sematic timestring parser with handy timer functions
#! /usr/bin/env python
## -*- coding: utf-8 -*-
################################################################
## Name: pytimer v0.0.1 Dec 12, 2011
## Notes: A sematic time string parser with handy timer functions
## Author: Howard Mei
## Email: howardleomei@gmail.com
## License: MIT, http://www.opensource.org/licenses/mit-license.php
################################################################