ttylec / 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 …
☆55Updated 4 years ago
Alternatives and similar repositories for pyan
Users that are interested in pyan are comparing it to the libraries listed below
Sorting:
- Hypothesis strategies for generating Python programs, something like CSmith☆107Updated last year
- Static call graph generator. The official Python 3 version. Development repo.☆387Updated last month
- Pretty print the output of python stdlib `ast.parse`.☆195Updated last week
- Annotate Python AST trees with source text and token information☆191Updated this week
- Jonga: Python function call graph visualization☆55Updated 11 months ago
- Domain Specific Languages in Python☆97Updated 2 years ago
- Grammars suitable for lark parser and Hypothesis☆53Updated last year
- Instant visualization of Python AST and Code Objects☆143Updated last year
- Magic to display dynamic call graphs of Python function calls☆79Updated 4 years ago
- pycallgraph2 is a maintained fork of pycallgraph, a Python module that creates call graphs for Python programs.☆238Updated 3 years ago
- A runtime python code manipulation framework for profiling, debugging and bugfixing☆65Updated 3 years ago
- Make implemented in pure Python☆73Updated last year
- Create coredump like file from Python to post-mortem debug later☆74Updated 3 years ago
- Generic programming library for Python☆61Updated this week
- ☆46Updated 3 weeks ago
- Friendlier Python tracebacks.☆87Updated 7 months ago
- Extract semantic information about static Python code☆81Updated last week
- An IPython notebook plugin for visualizing ASTs.☆108Updated 11 months ago
- Autologging automates logging setup and method tracing for Python classes.☆49Updated 2 months ago
- find functions when you can't remember their name☆100Updated 3 years ago
- A module for lazy loading of Python modules☆88Updated 2 years ago
- Language server for domain specific languages based on textX☆40Updated last week
- ☆25Updated 3 years ago
- Python Dependency Graphs☆82Updated 2 years ago
- Combine contracts and automatic testing.☆86Updated 3 years ago
- Declarative instrumentation for Python.☆100Updated this week
- A Python REPL the way I like it☆53Updated 3 months ago
- Automagically import missing modules in IPython.☆65Updated last month
- ☆73Updated this week
- Utilities for run-time type validation and multiple dispatch☆172Updated last week