futuregrid / cloud-metrics

Project to create usage statistics from IaaS such as OpenStack, Eucalyptus, and Nimbus
2 stars 3 forks source link

pep8, pylint and pychecker #55

Open lee212 opened 11 years ago

lee212 commented 11 years ago

We are interested in improving code quality using various tools. pep8 is a Python style guide checker and it checks our Python codes against some of the style conventions in PEP 8. pylint gives more statistical data to improve our codes. pychecker would also help our improvement of the codes.

This is not a high priority task but good to know to satisfy style guide for python code.