pyntch 20091028
Static code analyzer for Python
Pyntch is a static code analyzer for Python. It detects possible runtime errors before actually running a code. Pyntch examines a source code statically and infers all possible types of variables, attributes, function arguments, and return values of each function or method. Then it detects possible errors caused by type mismatch, attribute not found, or other types of exceptions raised from each function. Unlike other Python code checkers (such as Pychecker or Pyflakes), Pyntch does not address style issues.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| pyntch-20091028.tar.gz (md5) | Source | 2009-10-28 | 48KB | 517 | |
- Author: Yusuke Shinyama
- Home Page: http://www.unixuser.org/~euske/python/pyntch/index.html
- Keywords: static code analysis,type checking,type inference
- License: MIT/X
- Package Index Owner: euske
- DOAP record: pyntch-20091028.xml
