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 …
☆708Updated 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.☆395Updated 2 months ago
- pycallgraph2 is a maintained fork of pycallgraph, a Python module that creates call graphs for Python programs.☆239Updated 3 years ago
- Python Module Dependency graphs☆2,043Updated 2 weeks ago
- Python AST read/write☆861Updated 11 months ago
- Python interface to Graphviz's Dot language☆980Updated this week
- A common base representation of python source code for pylint and other projects☆572Updated this week
- Static Python call graph generator☆362Updated 2 years ago
- A Python Parser☆663Updated 4 months ago
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆456Updated last year
- pycallgraph is a Python module that creates call graphs for Python programs.☆1,866Updated last year
- Bottom-up approach to refactoring in python☆722Updated 3 years ago
- Python decorators for profiling/tracing/timing a single function☆338Updated 2 months ago
- An efficient implementation of tree data structure in pure python.☆864Updated 6 months ago
- Python tree data library☆1,069Updated 9 months ago
- MutPy is a mutation testing tool for Python 3.x source code☆361Updated last year
- McCabe complexity checker for Python☆673Updated last year
- A Python memory profiler for data processing and scientific computing applications☆893Updated last year
- guppy / heapy ported to Python3. It works for real!☆418Updated 2 weeks ago
- Hunter is a flexible code tracing toolkit.☆863Updated 4 months ago
- Format and convert Python docstrings and generates patches☆943Updated last year
- pytest fixture for benchmarking code☆1,404Updated 2 months ago
- Dark magics about variable names in python☆349Updated last month
- Python profile viewer☆1,540Updated 4 months ago
- Domain-Specific Languages and parsers in Python made easy http://textx.github.io/textX/☆833Updated 3 weeks ago
- Display dependency tree of Python distribution☆546Updated last month
- count lines of code for hundreds of languages using pygments☆178Updated 7 months ago
- An AST unparser for Python☆229Updated 2 years ago
- Enlighten Progress Bar for Python Console Apps☆526Updated 4 months ago
- Various code metrics for Python code☆1,929Updated last year
- Development tool to measure, monitor and analyze the memory behavior of Python objects in a running Python application.☆1,395Updated 7 months ago