Activity Not Available

Project Summary

  Analyzed 7 months ago based on code collected 7 months ago.

PyChecker is a tool for finding bugs in Python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. It is similar to lint. Because of the dynamic nature of python, some warnings may be incorrect; however, spurious warnings should be fairly infrequent.

PyChecker works in a combination of ways. First, it imports each module. If there is an import error, the module cannot be processed. The import provides some basic information about the module. The code for each function, class, and method is checked for possible problems.

Share

In a Nutshell, PyChecker...

Languages

Python
96%
2 Other
4%
 
 

Lines of Code

 

Activity

30 Day Summary Oct 7 2012 — Nov 6 2012

12 Month Summary Nov 6 2011 — Nov 6 2012

  • 0 Commits Down -146 (100%) from previous 12 months
  • 0 Contributors Down -2 (100%) from previous 12 months

Community

 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.