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 …
☆699Updated 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.☆381Updated last year
- pycallgraph2 is a maintained fork of pycallgraph, a Python module that creates call graphs for Python programs.☆237Updated 3 years ago
- pycallgraph is a Python module that creates call graphs for Python programs.☆1,865Updated last year
- Static Python call graph generator☆357Updated last year
- Python tree data library☆1,059Updated 5 months ago
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆454Updated last year
- guppy / heapy ported to Python3. It works for real!☆417Updated 8 months ago
- A Python Parser☆654Updated last month
- Python Module Dependency graphs☆2,001Updated 8 months ago
- Python AST read/write☆856Updated 8 months ago
- A common base representation of python source code for pylint and other projects☆558Updated this week
- Enlighten Progress Bar for Python Console Apps☆511Updated last month
- Hunter is a flexible code tracing toolkit.☆847Updated last month
- Format and convert Python docstrings and generates patches☆938Updated last year
- Python profile viewer☆1,516Updated last month
- Python interface to Graphviz's Dot language☆963Updated this week
- An in-browser Python profile viewer☆2,503Updated 10 months ago
- An AST unparser for Python☆228Updated 2 years ago
- McCabe complexity checker for Python☆665Updated last year
- Parse strings using a specification based on the Python format() syntax.☆1,771Updated 3 months ago
- Python decorators for profiling/tracing/timing a single function☆336Updated 8 months ago
- Persistent, stale-free, local and cross-machine caching for Python functions.☆624Updated this week
- serialize all of Python☆2,381Updated 3 months ago
- Development tool to measure, monitor and analyze the memory behavior of Python objects in a running Python application.☆1,370Updated 4 months ago
- 🐍 ➡️ 📜 Auto-generate API documentation for Python projects☆1,180Updated 2 months ago
- A Python memory profiler for data processing and scientific computing applications☆886Updated 11 months ago
- Bottom-up approach to refactoring in python☆715Updated 3 years ago
- An efficient implementation of tree data structure in pure python.☆852Updated 2 months ago
- Set of tools to play with Python AST.☆87Updated 3 years ago
- decorator☆896Updated 3 months ago