Static code analyzer for Python
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyntch-20091028.tar.gz
(50.0 kB
view details)
File details
Details for the file pyntch-20091028.tar.gz
.
File metadata
- Download URL: pyntch-20091028.tar.gz
- Upload date:
- Size: 50.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f038d9b9617b270d47c45136e821ec185b8585d1746cffc001fa127a10bba75 |
|
MD5 | 8c0deeaeb930038d317877a8fa614846 |
|
BLAKE2b-256 | 902fb23aee14736c9fe5914506dc0e3aeed6e28b8c2c3f36abe505fbb65a1586 |