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 7 months ago
- Hypothesis strategies for generating Python programs, something like CSmith☆106Updated last year
- Annotate Python AST trees with source text and token information☆183Updated last month
- Static call graph generator. The official Python 3 version. Development repo.☆378Updated last year
- Make implemented in pure Python☆72Updated last year
- Pretty print the output of python stdlib `ast.parse`.☆196Updated this week
- Combine contracts and automatic testing.☆84Updated 3 years ago
- A runtime python code manipulation framework for profiling, debugging and bugfixing☆65Updated 2 years ago
- A Python REPL the way I like it☆50Updated 3 weeks ago
- Domain Specific Languages in Python☆97Updated last year
- A rewrite of Python's builtin doctest module (with pytest plugin integration) with AST instead of RegEx.☆212Updated this week
- Friendlier Python tracebacks.☆85Updated 3 months ago
- Utilities for run-time type validation and multiple dispatch☆168Updated 5 months ago
- ☆24Updated 3 years ago
- pycallgraph2 is a maintained fork of pycallgraph, a Python module that creates call graphs for Python programs.☆235Updated 3 years ago
- Python Dependency Graphs☆81Updated last year
- Instant visualization of Python AST and Code Objects☆139Updated last year
- An experiment to use infix operators in Python☆57Updated 6 years ago
- A python 3 library providing functions and decorators to automatically generate class code, such as constructor body or properties getter…☆38Updated 4 years ago
- Magic to display dynamic call graphs of Python function calls☆79Updated 3 years ago
- Pattern Matching for Python 3.7+ in a simple, yet powerful, extensible manner.☆110Updated 2 years ago
- A tool that executes a suite of static analysis tools upon a Python project.☆33Updated last year
- Sample project. Use https://github.com/ionelmc/cookiecutter-pylibrary to make your own project. The purpose of this repo is to test the C…☆146Updated last year
- Declarative instrumentation for Python.☆91Updated 2 weeks ago
- A $PAGER in pure Python, similar to "less".☆95Updated 11 months ago
- Automagically import missing modules in IPython.☆66Updated last month
- Set of tools to play with Python AST.☆87Updated 2 years ago
- Generic programming library for Python☆61Updated last week
- find functions when you can't remember their name☆101Updated 3 years ago
- Extension for Sphinx to make the sidebar show a full table of contents instead of just the local headings☆39Updated 2 months ago