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 …
☆703Updated 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.☆385Updated last week
- pycallgraph2 is a maintained fork of pycallgraph, a Python module that creates call graphs for Python programs.☆238Updated 3 years ago
- Static Python call graph generator☆358Updated last year
- pycallgraph is a Python module that creates call graphs for Python programs.☆1,865Updated last year
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆457Updated last year
- Python Module Dependency graphs☆2,021Updated 9 months ago
- A Python Parser☆659Updated 2 months ago
- Python AST read/write☆858Updated 9 months ago
- A common base representation of python source code for pylint and other projects☆561Updated this week
- McCabe complexity checker for Python☆669Updated last year
- Format and convert Python docstrings and generates patches☆938Updated last year
- Bottom-up approach to refactoring in python☆717Updated 3 years ago
- guppy / heapy ported to Python3. It works for real!☆418Updated 3 weeks ago
- An AST unparser for Python☆230Updated 2 years ago
- Hunter is a flexible code tracing toolkit.☆851Updated 2 months ago
- A Python memory profiler for data processing and scientific computing applications☆888Updated last year
- Dark magics about variable names in python☆347Updated 4 months ago
- Enlighten Progress Bar for Python Console Apps☆521Updated 2 months ago
- a python refactoring library☆2,134Updated 4 months ago
- portion, a Python library providing data structure and operations for intervals.☆508Updated last week
- Python decorators for profiling/tracing/timing a single function☆337Updated this week
- Python interface to Graphviz's Dot language☆973Updated this week
- pytest plugin for manipulating test data directories and files☆269Updated last week
- Generate PlantUML class diagrams to document your Python application.☆257Updated last week
- watchpoints is an easy-to-use, intuitive variable/object monitor tool for python that behaves similar to watchpoints in gdb.☆548Updated 10 months ago
- Various code metrics for Python code☆1,897Updated last year
- Visually explore Python object graphs☆825Updated this week
- decorator☆898Updated 4 months ago
- count lines of code for hundreds of languages using pygments☆178Updated 5 months ago
- Formats docstrings to follow PEP 257☆576Updated 3 weeks ago