Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install cake

How to install cake

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install cake
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.2.3 Available View build log
0.2.2 Available View build log
0.2 Available View build log
0.1.1 Available View build log
0.1 Available View build log
Windows (64-bit)
0.2.3 Available View build log
0.2.2 Available View build log
0.2 Available View build log
0.1.1 Available View build log
0.1 Available View build log
Mac OS X (10.5+)
0.2.3 Available View build log
0.2.2 Available View build log
0.2 Available View build log
0.1.1 Available View build log
0.1 Available View build log
Linux (32-bit)
0.2.3 Available View build log
0.2.2 Available View build log
0.2 Available View build log
0.1.1 Available View build log
0.1 Available View build log
Linux (64-bit)
0.2.3 Available View build log
0.2.2 Available View build log
0.2 Available View build log
0.1.1 Available View build log
0.1 Available View build log
 
License
GPLv3
Dependencies
Depended by
Imports
Lastest release
version 0.2.3 on Jan 25th, 2012

It uses a simple python script (Cakefile) located in the project root to define its tasks. Cake can be run and can run tasks from anywhere within the project.

Features

  • Task descriptions
  • Task arguments
  • Colored output

Usage

List all tasks

cake

Execute task

cake [name] [args]

Example

$ cat Cakefile
from cake.lib import task, path

@task("header information")
def test(value='test'):
    """ task description """
    print('current dir: %s' % path.current)
    print('project dir: %s' % path.root)
    print('running with value %s' % value)
$ cake
(in /home/alex/work/cake/examples)
cake test                                  # task description
$ cake test example
(in /home/alex/work/cake/examples)
** test: header information
current dir: /home/alex/work/cake/examples
project dir: /home/alex/work/cake/examples
running with value example

Install

pip install cake

Subscribe to package updates

Last updated Jan 25th, 2012

Download Stats

Last month:7

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.