ProGuard's mapping.txt parser
To setup production environment:
python bootstrap-virtualenv.py
Maintenance note: you should populate virtualenv_support/ with wheels for production environment, i.e. packages specified in requirements.txt
To setup development environment:
virtualenv -p python2.7 . bin/pip install -U setuptools pip pip-tools make make test