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 …
☆674Updated 3 years ago
Alternatives and similar repositories for pyan:
Users that are interested in pyan are comparing it to the libraries listed below
- Static call graph generator. The official Python 3 version. Development repo.☆359Updated 8 months ago
- Python Module Dependency graphs☆1,914Updated 2 months ago
- pycallgraph is a Python module that creates call graphs for Python programs.☆1,849Updated last year
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆450Updated 7 months ago
- Static Python call graph generator☆339Updated last year
- Hunter is a flexible code tracing toolkit.☆815Updated 9 months ago
- pycallgraph2 is a maintained fork of pycallgraph, a Python module that creates call graphs for Python programs.☆228Updated 3 years ago
- McCabe complexity checker for Python☆654Updated 8 months ago
- Python profile viewer☆1,459Updated 2 weeks ago
- Python AST read/write☆837Updated 2 months ago
- parallel graph management and execution in heterogeneous computing☆1,437Updated this week
- Development tool to measure, monitor and analyze the memory behavior of Python objects in a running Python application.☆1,250Updated 9 months ago
- A powerful set of Python debugging tools, based on PySnooper☆1,349Updated 6 months ago
- pytest fixture for benchmarking code☆1,297Updated last week
- Iterative JSON parser with Pythonic interfaces☆914Updated 2 weeks ago
- Auto-generate API documentation for Python projects☆1,159Updated this week
- Bottom-up approach to refactoring in python☆707Updated 3 years ago
- Various code metrics for Python code☆1,808Updated 6 months ago
- A python documentation linter which checks that the docstring description matches the definition.☆482Updated 2 years ago
- A Python memory profiler for data processing and scientific computing applications☆866Updated 5 months ago
- Domain-Specific Languages and parsers in Python made easy http://textx.github.io/textX/☆795Updated 5 months ago
- Type hints support for the Sphinx autodoc extension☆569Updated this week
- version-string management for VCS-controlled trees☆1,083Updated 2 months ago
- Python decorators for profiling/tracing/timing a single function☆331Updated 3 months ago
- Visually explore Python object graphs☆801Updated 3 months ago
- Python interface to Graphviz graph drawing package☆803Updated 2 weeks ago
- Airspeed Velocity: A simple Python benchmarking tool with web-based reporting☆898Updated last month
- guppy / heapy ported to Python3. It works for real!☆411Updated 3 months ago
- A common base representation of python source code for pylint and other projects☆543Updated this week
- Python interface to Graphviz's Dot language☆952Updated last week