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 6 months ago
- Hypothesis strategies for generating Python programs, something like CSmith☆105Updated last year
- Static call graph generator. The official Python 3 version. Development repo.☆375Updated 11 months ago
- Annotate Python AST trees with source text and token information☆183Updated 2 weeks ago
- Domain Specific Languages in Python☆97Updated last year
- pycallgraph2 is a maintained fork of pycallgraph, a Python module that creates call graphs for Python programs.☆235Updated 3 years ago
- A Python REPL the way I like it☆49Updated this week
- Pretty print the output of python stdlib `ast.parse`.☆196Updated 2 weeks ago
- Combine contracts and automatic testing.☆83Updated 3 years ago
- Generic programming library for Python☆61Updated this week
- Make implemented in pure Python☆72Updated last year
- A command-line search utility for Python ASTs using XPath syntax.☆251Updated 3 years ago
- An IPython notebook plugin for visualizing ASTs.☆105Updated 6 months ago
- Instant visualization of Python AST and Code Objects☆139Updated last year
- An experiment to use infix operators in Python☆57Updated 6 years ago
- A $PAGER in pure Python, similar to "less".☆95Updated 10 months ago
- Utilities for run-time type validation and multiple dispatch☆167Updated 4 months ago
- A library that automatically infers dependencies for Python files☆176Updated last year
- A corpus of Python programs annotated with contracts☆22Updated 2 years ago
- Python Dependency Graphs☆81Updated last year
- A runtime python code manipulation framework for profiling, debugging and bugfixing☆65Updated 2 years ago
- Friendlier Python tracebacks.☆83Updated 2 months ago
- Autologging automates logging setup and method tracing for Python classes.☆50Updated last year
- Extension for Sphinx to make the sidebar show a full table of contents instead of just the local headings☆39Updated last month
- ☆24Updated 3 years ago
- A tool that executes a suite of static analysis tools upon a Python project.☆33Updated last year
- ☆45Updated 10 months 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
- Display Python source code and bytecode side-by-side at the command line☆23Updated last year
- Advanced macro expander and language lab for Python.☆67Updated 2 months ago