Bigteam is a simple web application to measure team productivity. It checks your subversion repositories and give you an overview of how your team members hade been doing. It include 3 simple views.
Home view shows the overview of all projects and team member performance.
Project view shows member performance within a project.
Personal view shows detail of each individuel, including contribution to each project, all commits, and detailed commit log.
Big Team gives statistics by month. You can roll over different period within the whole history of each view.
Big team is a simple Python Django application. Feel free to fork.