8 projects tagged "Quality Assurance"
Pylint is a lint-like tool for Python code. It performs almost all the verifications that pychecker does, and additionally can perform some stylistic verification and coding standard enforcements. The checked code is assigned a mark based on the number and the severity of the encountered problems. The previous mark of a given piece of code is cached so that you can see if the code quality has improved since the last check.
pyNMS is a set of Python modules for network management, network testing, systems management, and general use. It contains a nearly complete implementation of SNMPv2c, a SMI/MIB package, and a MIB "compiler". There are many others, such as a telnet/console access class, XML tools, an IPv4 class, etc. There is, unfortunately, little documentation, and not everything works properly yet, but they work well enough to be useful for many things.