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:
- Jonga: Python function call graph visualization☆55Updated 10 months ago
- Hypothesis strategies for generating Python programs, something like CSmith☆107Updated last year
- Static call graph generator. The official Python 3 version. Development repo.☆385Updated last week
- Pretty print the output of python stdlib `ast.parse`.☆195Updated last week
- pycallgraph2 is a maintained fork of pycallgraph, a Python module that creates call graphs for Python programs.☆238Updated 3 years ago
- Annotate Python AST trees with source text and token information☆191Updated this week
- A runtime python code manipulation framework for profiling, debugging and bugfixing☆65Updated 3 years ago
- Friendlier Python tracebacks.☆87Updated 7 months ago
- Generic programming library for Python☆61Updated this week
- Declarative instrumentation for Python.☆92Updated 3 months ago
- A tool that executes a suite of static analysis tools upon a Python project.☆34Updated 2 years ago
- Combine contracts and automatic testing.☆86Updated 3 years ago
- A Python REPL the way I like it☆52Updated 2 months ago
- Language server for domain specific languages based on textX☆40Updated this week
- ☆25Updated 3 years ago
- Create coredump like file from Python to post-mortem debug later☆74Updated 3 years ago
- Make implemented in pure Python☆73Updated last year
- Instant visualization of Python AST and Code Objects☆143Updated last year
- An IPython notebook plugin for visualizing ASTs.☆107Updated 10 months ago
- A $PAGER in pure Python, similar to "less".☆97Updated last year
- Python Indexer for Sourcetrail based on jedi, parso and SourcetrailDB☆96Updated 4 years ago
- Domain Specific Languages in Python☆97Updated last year
- A python 3 library providing functions and decorators to automatically generate class code, such as constructor body or properties getter…☆38Updated 4 years ago
- Utilities for run-time type validation and multiple dispatch☆171Updated last week
- An experiment to use infix operators in Python☆57Updated 6 years ago
- find functions when you can't remember their name☆100Updated 3 years ago
- Advanced macro expander and language lab for Python.☆69Updated 7 months ago
- A rewrite of Python's builtin doctest module (with pytest plugin integration) with AST instead of RegEx.☆214Updated this week
- Regular expression engine in Python using Thompson's algorithm.☆115Updated 5 years ago
- Python Dependency Graphs☆82Updated 2 years ago