NudgeNudge ========== A Python package review application. Goals ----- * Support the following user stories: - Visitors can sign up become reviewers - Reviewers can write reviews of Python packages - Visitors can search for reviews * Don't store any information that's already in PyPI (basically, store no information about packages, just reviews), though possibly integrate with PyPI using its XMLRPC API where necessary. Possible Features ----------------- - top 10 rated packages - cheesecake score - send email to package author after review submittal - list all reviews by one author - latest reviews, RSS - similar package association? - package dependencies?