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 …
☆702Updated 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.☆382Updated last year
- pycallgraph2 is a maintained fork of pycallgraph, a Python module that creates call graphs for Python programs.☆238Updated 3 years ago
- pycallgraph is a Python module that creates call graphs for Python programs.☆1,865Updated last year
- Static Python call graph generator☆358Updated last year
- Python AST read/write☆858Updated 8 months ago
- guppy / heapy ported to Python3. It works for real!☆418Updated last week
- A Python Parser☆656Updated 2 months ago
- Format and convert Python docstrings and generates patches☆938Updated last year
- Python Module Dependency graphs☆2,012Updated 8 months ago
- Various code metrics for Python code☆1,892Updated last year
- Python tree data library☆1,061Updated 6 months ago
- Python interface to Graphviz's Dot language☆968Updated 2 weeks ago
- An AST unparser for Python☆229Updated 2 years ago
- Dark magics about variable names in python☆345Updated 4 months ago
- A common base representation of python source code for pylint and other projects☆559Updated this week
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆454Updated last year
- Python decorators for profiling/tracing/timing a single function☆336Updated 9 months ago
- Python profile viewer☆1,520Updated last month
- McCabe complexity checker for Python☆666Updated last year
- Get information about what a Python frame is currently doing, particularly the AST node being executed☆365Updated last month
- Simple Python interface for Graphviz☆1,757Updated this week
- An efficient implementation of tree data structure in pure python.☆854Updated 3 months ago
- A Python memory profiler for data processing and scientific computing applications☆886Updated 11 months ago
- Python interface to Graphviz graph drawing package☆824Updated 6 months ago
- Hunter is a flexible code tracing toolkit.☆849Updated 2 months ago
- Domain-Specific Languages and parsers in Python made easy http://textx.github.io/textX/☆826Updated 2 weeks ago
- Generate PlantUML class diagrams to document your Python application.☆257Updated this week
- pycallgraph is a Python module that creates call graphs for Python programs.☆178Updated last month
- Python tools, libraries and resources about AST (as in Abstract Syntax Trees)☆101Updated 3 years ago
- Enlighten Progress Bar for Python Console Apps☆514Updated 2 months ago