Prune devel/py-EnthoughtBase
[dports.git] / devel / pylint / pkg-descr
1 Pylint is a python tool that checks if a module satisfy a coding
2 standard. Pylint can be seen as another PyChecker since nearly all
3 tests you can do with PyChecker can also be done with Pylint. But
4 Pylint offers some more features, like checking line-code's length,
5 checking if variable names are well-formed according to your coding
6 standard, or checking if declared interfaces are truly implemented,
7 and much more.
8
9 WWW: http://www.pylint.org