Skip to main content

Python source code analyzer

Project description

Pyntch is a Python code analyzer. It can detect possible runtime errors before actually running a Python code. Pyntch examines a source code statically and infers all possible types of variables, class attributes, function signatures, and return values of each function or method. Then it detects possible errors caused by type mismatch or other exceptions raised from each function. Unlike other Python code checkers (such as Pychecker or Pyflakes), Pyntch does not check the style issues. Disclaimer: This project is highly experimental, so don’t expect much for now.

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page