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 3 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.☆380Updated last year
- pycallgraph2 is a maintained fork of pycallgraph, a Python module that creates call graphs for Python programs.☆236Updated 3 years ago
- pycallgraph is a Python module that creates call graphs for Python programs.☆1,865Updated last year
- Python Module Dependency graphs☆1,992Updated 7 months ago
- Format and convert Python docstrings and generates patches☆936Updated last year
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆454Updated last year
- Static Python call graph generator☆352Updated last year
- A Python Parser☆649Updated 3 weeks ago
- pytest fixture for benchmarking code☆1,371Updated last month
- A common base representation of python source code for pylint and other projects☆554Updated last week
- Python AST read/write☆854Updated 7 months ago
- An efficient implementation of tree data structure in pure python.☆844Updated 2 months ago
- guppy / heapy ported to Python3. It works for real!☆415Updated 8 months ago
- Hunter is a flexible code tracing toolkit.☆841Updated 3 weeks ago
- Python tree data library☆1,053Updated 5 months ago
- Python interface to Graphviz's Dot language☆962Updated this week
- Bottom-up approach to refactoring in python☆715Updated 3 years ago
- decorator☆894Updated 2 months ago
- A powerful set of Python debugging tools, based on PySnooper☆1,395Updated 11 months ago
- Visually explore Python object graphs☆819Updated 8 months ago
- Python decorators for profiling/tracing/timing a single function☆336Updated 7 months ago
- A Python memory profiler for data processing and scientific computing applications☆882Updated 10 months ago
- pdb++, a drop-in replacement for pdb (the Python debugger)☆1,428Updated last year
- McCabe complexity checker for Python☆665Updated last year
- An in-browser Python profile viewer☆2,478Updated 10 months ago
- Domain-Specific Languages and parsers in Python made easy http://textx.github.io/textX/☆819Updated 4 months ago
- serialize all of Python☆2,375Updated 2 months ago
- watchpoints is an easy-to-use, intuitive variable/object monitor tool for python that behaves similar to watchpoints in gdb.☆545Updated 8 months ago
- Get information about what a Python frame is currently doing, particularly the AST node being executed☆364Updated 2 weeks ago
- The bidirectional mapping library for Python.☆1,550Updated last week