Merge pull request #14 from terbolous/master

Python script to generate pmc and commiter listMade a small tool to create pmc and committer list by parsing the JSON
files on projects.apache.org.
This is accessible by anyone and does not require any ASF privileges.

Usage: python makewholist.py

Only dependencies are json, urllib and sys, which should be included by
default on most systems.

* pr/14:
  Python script to generate pmc and commiter list

Signed-off-by: Erik Weber <terbolous@gmail.com>