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 sss

How to install sss

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install sss
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
1.2 Available View build log
1.1 Available View build log
Windows (64-bit)
1.2 Available View build log
1.1 Available View build log
Mac OS X (10.5+)
1.2 Available View build log
1.1 Available View build log
Linux (32-bit)
1.2 Available View build log
1.1 Available View build log
Linux (64-bit)
1.2 Available View build log
1.1 Available View build log
 
Author
License
WTFPL
Lastest release
version 1.2 on Jan 5th, 2011

Quick start

  • Install it as a normal django application,
  • Sync your DB.
  • Use it through your admin site.

Done.

Overview

Simple Scrum System is a basic Django-based Scrum-like project manager. It takes advantage of the automagic admin contrib site.

Features

With Simple Scrum System, you can:

  • add items to your backlog (including a free text area to describe them),
  • evaluate and rate them with story points and assign them priority
  • mark tasks as done
  • see your burndown chart
Usual workflow
  1. Go to the admin site and select the "sss" section.
  2. add one or as many as you want backlog items you need / want.
  3. once you have sorted them by priority, you must select the ones you will add to your first sprint.
    1. on the list page, select the checkboxes of the "n" first elements until your sprint is "full" (i.e. your maximum velocity is reached)
    2. On the dropdown combo, pick the "Assign these items to current sprint" option.
    3. Click on submit. Here you are, you now have your sprint backlog ready.
  4. Work on these features. Once they're done, mark them as done.
  5. Once your sprint is over (i.e. all of the features are done), you'll have to:
    1. Select the tasks on the list page,
    2. On the dropdown combo, pick the "Unassign these items out of the current sprint" option.
    3. Click on submit.

Repeat the step 3 as many times as possible, until all of your tasks are done.

Note

Don't forget you have filters that'll help you to navigate through the "done / not yet done" and "current / out of current sprint" backlog elements.

Parameters

In the sss/conf/settings.py file, you can adapt your sprint length. SPRINT_NORMAL_DURATION is the number of days since the start of the sprint.

You may want to edit the burndown graph size by changing the BURNDOWN_GRAPH_DIMENSIONS parameter.

Please note it's a tuple looking like: (width, height).

License

Simple Scrum System is published under the terms of the WTFPL, as follows:

        DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                Version 2, December 2004

Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

        DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.

Subscribe to package updates

Last updated Jan 5th, 2011

Download Stats

Last month:2

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.