============================
Google Code Jam input parser
============================

This package is intended to help reading and parsing the input files of
the google code jams.

Usage:

    from google_input_parser import InputParser
	cases  = InputParser.Parser('A-small-practice.in').get_chunks()