Metadata-Version: 1.0
Name: Cooker
Version: 0.5
Summary: Python CodeChef Utilities
Home-page: http://pypi.python.org/pypi/Cooker/
Author: Nayan Shah
Author-email: nayan@nayanshah.com
License: LICENSE.txt
Description: =========
        Cooker
        =========
        
        Cooker provides easy access to various programming sites such as
        `CodeChef <http://www.codechef.com>`.
        
        It eases up repetitive tasks like setting up directory for solving
        a new problem.
        
        Typical usage::
        
            cook -u http://link.to/problem.html path
        
        See help for more options
        
        Example
        ---------
        
            cook -p simgraph -c april12 .
        
        The above code will create a new directoy named the title of the
        `problem <http://www.codechef.com/APRIL12/problems/SIMGRAPH>`,
        copy your template, create input and output files containing
        sample test cases.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
