davidfraser / pyan
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 …
☆682Updated 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.☆370Updated 9 months ago
- pycallgraph is a Python module that creates call graphs for Python programs.☆1,852Updated last year
- Python Module Dependency graphs☆1,926Updated 3 months ago
- Static Python call graph generator☆340Updated last year
- Hunter is a flexible code tracing toolkit.☆815Updated 9 months ago
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆450Updated 8 months ago
- pycallgraph2 is a maintained fork of pycallgraph, a Python module that creates call graphs for Python programs.☆231Updated 3 years ago
- A Python Parser☆637Updated 2 months ago
- Auto-generate API documentation for Python projects☆1,164Updated 3 weeks ago
- McCabe complexity checker for Python☆654Updated 9 months ago
- Format and convert Python docstrings and generates patches☆926Updated 10 months ago
- Bottom-up approach to refactoring in python☆707Updated 3 years ago
- Python decorators for profiling/tracing/timing a single function☆331Updated 3 months ago
- decorator