Skip to main content

Python CodeChef Utilities

Project 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::

#!/usr/bin/env python

from cooker import Cooker

problem = 'SIMGRAPH'
contest = 'APRIL12'
path = '.'

c = Cooker()
c.cook(problem, contest, path)
print "Dinner is served!"


A Sub-Section
-------------

The above code will setup the structure for the following problem :
`CodeChef <http://www.codechef.com/APRIL12/problems/SIMGRAPH>`_.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Cooker-0.2.tar.gz (4.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page