Re: Checking the coding style

2010-02-07 Thread Andrej Mitrovic
On Feb 7, 8:22 pm, Kev Dwyer wrote: > On Sun, 07 Feb 2010 19:36:10 +0100, Pablo Recio Quijano wrote: > > Hi! > > > I'm finishing a project writen in Python, and I realize about the > > document PEP8 - Style Guide for Python Code [1]. > > > Is there any app or script that checks if my project pass

Re: Checking the coding style

2010-02-07 Thread Pablo Recio Quijano
Thanks! Pylint was what i was loking for 2010/2/7 Gerald Britton > pylint and pychecker are good options > > On Sun, Feb 7, 2010 at 1:36 PM, Pablo Recio Quijano > wrote: > > Hi! > > I'm finishing a project writen in Python, and I realize about the > document > > PEP8 - Style Guide for Python C

Re: Checking the coding style

2010-02-07 Thread Kev Dwyer
On Sun, 07 Feb 2010 19:36:10 +0100, Pablo Recio Quijano wrote: > Hi! > > I'm finishing a project writen in Python, and I realize about the > document PEP8 - Style Guide for Python Code [1]. > > Is there any app or script that checks if my project pass that style > guide? I also worked with Drupa

Re: Checking the coding style

2010-02-07 Thread Gerald Britton
pylint and pychecker are good options On Sun, Feb 7, 2010 at 1:36 PM, Pablo Recio Quijano wrote: > Hi! > I'm finishing a project writen in Python, and I realize about the document > PEP8 - Style Guide for Python Code [1]. > Is there any app or script that checks if my project pass that style guid