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 …
☆709Updated 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.☆396Updated 3 months ago
- Static Python call graph generator☆363Updated 2 years ago
- pycallgraph2 is a maintained fork of pycallgraph, a Python module that creates call graphs for Python programs.☆240Updated 3 years ago
- Python Module Dependency graphs☆2,052Updated last month
- pycallgraph is a Python module that creates call graphs for Python programs.☆1,865Updated last year
- Python AST read/write☆859Updated last year
- Python interface to Graphviz's Dot language☆983Updated last week
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆456Updated last year
- A Python Parser☆665Updated this week
- A common base representation of python source code for pylint and other projects☆572Updated last week
- Domain-Specific Languages and parsers in Python made easy http://textx.github.io/textX/☆837Updated last month
- An AST unparser for Python☆229Updated 2 years ago
- guppy / heapy ported to Python3. It works for real!☆422Updated last month
- 🐍 ➡️ 📜 Auto-generate API documentation for Python projects☆1,189Updated 3 months ago
- Format and convert Python docstrings and generates patches☆945Updated last year
- Enlighten Progress Bar for Python Console Apps☆527Updated 5 months ago
- watchpoints is an easy-to-use, intuitive variable/object monitor tool for python that behaves similar to watchpoints in gdb.☆554Updated last year
- Python Dependency Graphs☆83Updated 2 years ago
- serialize all of Python☆2,428Updated 2 weeks ago
- Python tree data library☆1,073Updated 10 months ago
- McCabe complexity checker for Python☆677Updated last year
- Python library for creating PEG parsers☆2,452Updated last week
- Reverse engineer Python source code into UML☆303Updated 2 years ago
- An efficient implementation of tree data structure in pure python.☆864Updated 6 months ago
- Development tool to measure, monitor and analyze the memory behavior of Python objects in a running Python application.☆1,392Updated 8 months ago
- Set of tools to play with Python AST.☆86Updated 3 years ago
- Various code metrics for Python code☆1,932Updated last year
- Bottom-up approach to refactoring in python☆723Updated 4 years ago
- pycallgraph is a Python module that creates call graphs for Python programs.☆188Updated last month
- Python mutation testing: test your tests! Safely run mutation trials without source code modifications and see what will get past your te…☆99Updated 2 years ago