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 …
☆707Updated 4 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.☆393Updated last month
- pycallgraph2 is a maintained fork of pycallgraph, a Python module that creates call graphs for Python programs.☆239Updated 3 years ago
- Python Module Dependency graphs☆2,037Updated 10 months ago
- pycallgraph is a Python module that creates call graphs for Python programs.☆1,866Updated last year
- Static Python call graph generator☆361Updated 2 years ago
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆457Updated last year
- guppy / heapy ported to Python3. It works for real!☆418Updated 2 months ago
- Python AST read/write☆861Updated 10 months ago
- Python interface to Graphviz's Dot language☆977Updated 3 weeks ago
- decorator☆902Updated 2 weeks ago
- McCabe complexity checker for Python☆672Updated last year
- An efficient implementation of tree data structure in pure python.☆863Updated 5 months ago
- A powerful set of Python debugging tools, based on PySnooper☆1,432Updated last year
- Python interface to Graphviz graph drawing package☆830Updated 8 months ago
- A common base representation of python source code for pylint and other projects☆572Updated this week
- Python tree data library☆1,065Updated 8 months ago
- Hunter is a flexible code tracing toolkit.☆862Updated 4 months ago
- A Python Parser☆662Updated 4 months ago
- Development tool to measure, monitor and analyze the memory behavior of Python objects in a running Python application.☆1,391Updated 6 months ago
- Format and convert Python docstrings and generates patches☆942Updated last year
- watchpoints is an easy-to-use, intuitive variable/object monitor tool for python that behaves similar to watchpoints in gdb.☆553Updated last year
- serialize all of Python☆2,412Updated last week
- Various code metrics for Python code☆1,914Updated last year
- pytest fixture for benchmarking code☆1,402Updated last month
- Python decorators for profiling/tracing/timing a single function☆338Updated last month
- Persistent, stale-free, local and cross-machine caching for Python functions.☆635Updated 3 weeks ago
- A Python memory profiler for data processing and scientific computing applications☆891Updated last year
- A python library for accessing and searching dictionaries via /slashed/paths ala xpath.☆627Updated last year
- Bottom-up approach to refactoring in python☆722Updated 3 years ago
- pdb++, a drop-in replacement for pdb (the Python debugger)☆1,437Updated last year