pep8online
pep8online copied to clipboard
[Feature] Git rep processing
From Luke Lee
""" I really like your PEP8 site. A friend and I wrote something similar to this a few years back for the Django Dash. It allows users to insert a git repo for PEP8 compliance. We would then clone the repo, run PEP8 on it, etc.
The code is here, https://github.com/durden/spygit. It's a bit messy since it was written in a hurry for the 48 hour contest. However, maybe there are some ideas/code you could use?
You can see a 'working' version of that app here, http://spygit.durden.webfactional.com. You site seems much cleaner, but I thought maybe there were some ideas worth taking from this project and combining into yours.
Anyway, nice job on the site. Looking forward to seeing how it evolves. """