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 …
☆697Updated 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.☆379Updated last year
- pycallgraph2 is a maintained fork of pycallgraph, a Python module that creates call graphs for Python programs.☆235Updated 3 years ago
- pycallgraph is a Python module that creates call graphs for Python programs.☆1,860Updated last year
- Python Module Dependency graphs☆1,983Updated 6 months ago
- Static Python call graph generator☆349Updated last year
- guppy / heapy ported to Python3. It works for real!☆414Updated 7 months ago
- Bottom-up approach to refactoring in python☆714Updated 3 years ago
- A Python Parser☆645Updated this week
- Python decorators for profiling/tracing/timing a single function☆334Updated 7 months ago
- Python AST read/write☆853Updated 6 months ago
- Hunter is a flexible code tracing toolkit.☆837Updated this week
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆453Updated 11 months ago
- Format and convert Python docstrings and generates patches☆933Updated last year
- watchpoints is an easy-to-use, intuitive variable/object monitor tool for python that behaves similar to watchpoints in gdb.☆545Updated 8 months ago
- Python interface to Graphviz's Dot language☆960Updated last week
- decorator☆888Updated 2 months ago
- An in-browser Python profile viewer☆2,470Updated 9 months ago
- Visually explore Python object graphs☆817Updated 7 months ago
- Development tool to measure, monitor and analyze the memory behavior of Python objects in a running Python application.☆1,350Updated 2 months ago
- A common base representation of python source code for pylint and other projects☆553Updated this week
- McCabe complexity checker for Python☆663Updated last year
- pytest fixture for benchmarking code☆1,363Updated 3 weeks ago
- Various code metrics for Python code☆1,879Updated 10 months ago
- portion, a Python library providing data structure and operations for intervals.☆501Updated last month
- Dot access dictionary with dynamic hierarchy creation and ordered iteration☆480Updated last year
- pdb++, a drop-in replacement for pdb (the Python debugger)☆1,424Updated last year
- Auto-generate API documentation for Python projects☆1,180Updated last month
- a python refactoring library☆2,103Updated last month
- A Python memory profiler for data processing and scientific computing applications☆878Updated 9 months ago
- Handler for logging from multiple processes☆392Updated last year