review icon indicating copy to clipboard operation
review copied to clipboard

Code for project reviews

Review

Review is an app for reviewing python apps.

Developing

git clone https://github.com/jeffknupp/review.git
cd review
virtualenv --no-site-packages venv
source venv/bin/activate
pip install -r requirements.txt