davidfraser / pyanLinks
pyan is a Python module that performs static analysis of Python code to determine a call dependency graph between functions and methods. This is different from running the code and seeing which functions are called and how often; there are various tools that will generate a call graph in that way, usually using debugger or profiling trace hooks …
☆688Updated 3 years ago
Alternatives and similar repositories for pyan
Users that are interested in pyan are comparing it to the libraries listed below
Sorting:
- Static call graph generator. The official Python 3 version. Development repo.☆375Updated 10 months ago
- Static Python call graph generator☆345Updated last year
- pycallgraph is a Python module that creates call graphs for Python programs.☆1,856Updated last year
- pycallgraph2 is a maintained fork of pycallgraph, a Python module that creates call graphs for Python programs.☆235Updated 3 years ago
- Bottom-up approach to refactoring in python☆711Updated 3 years ago
- An in-browser Python profile viewer☆2,443Updated 7 months ago
- McCabe complexity checker for Python☆656Updated 10 months ago
- Python Module Dependency graphs☆1,945Updated 4 months ago
- efficient arrays of booleans for Python☆748Updated this week
- A Python Parser☆644Updated 3 months ago
- A common base representation of python source code for pylint and other projects☆547Updated last week
- The PYthoN General UnIt Test geNerator is a test-generation tool for Python☆1,289Updated this week
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆452Updated 9 months ago
- Python AST read/write☆846Updated 4 months ago
- A powerful set of Python debugging tools, based on PySnooper☆1,367Updated 8 months ago
- parallel graph management and execution in heterogeneous computing☆1,451Updated this week
- Development tool to measure, monitor and analyze the memory behavior of Python objects in a running Python application.☆1,327Updated 2 weeks ago
- serialize all of Python☆2,360Updated this week
- decorator☆876Updated 3 months ago
- a python refactoring library☆2,076Updated 7 months ago
- count lines of code for hundreds of languages using pygments☆170Updated 3 weeks ago
- pdb++, a drop-in replacement for pdb (the Python debugger)☆1,368Updated last year
- A command line utility to display dependency tree of the installed Python packages☆2,896Updated 2 weeks ago
- Auto-generate API documentation for Python projects☆1,171Updated last month
- A simple program which checks Python source files for errors☆1,422Updated last month
- Various code metrics for Python code☆1,856Updated 8 months ago
- An AST unparser for Python☆228Updated last year
- Toolkit to run Python benchmarks☆855Updated 3 months ago
- Hunter is a flexible code tracing toolkit.☆819Updated 11 months ago
- Airspeed Velocity: A simple Python benchmarking tool with web-based reporting☆929Updated 3 weeks ago