Metadata-Version: 1.0
Name: google-input-parser
Version: 0.1
Summary: A quick-and-dirty input parser for Google Code Jams.
Home-page: http://packages.python.org/an_example_pypi_project
Author: Adam Matan
Author-email: adam@matan.name
License: GPLv3
Description: ============================
        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()
Keywords: google code jam parser
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
