ttylec / pyan
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 …
☆54Updated 4 years ago
Alternatives and similar repositories for pyan:
Users that are interested in pyan are comparing it to the libraries listed below
- Hypothesis strategies for generating Python programs, something like CSmith☆100Updated last year
- A runtime python code manipulation framework for profiling, debugging and bugfixing☆64Updated 2 years ago
- Jonga: Python function call graph visualization☆54Updated 3 months ago
- Instant visualization of Python AST and Code Objects☆139Updated 11 months ago
- Set of tools to play with Python AST.☆83Updated 2 years ago
- Annotate Python AST trees with source text and token information☆178Updated last week
- A module for lazy loading of Python modules☆88Updated last year
- Extract semantic information about static Python code☆74Updated last month
- Combine contracts and automatic testing.☆80Updated 2 years ago
- Discover and load entry points from installed packages☆74Updated 4 months ago
- Python AST VisualizerUpdated 5 years ago
- Module to have suggestions in case of errors (NameError, AttributeError, etc).☆120Updated 2 weeks ago
- Checkpoint the state of Python programs using Pythonic setjmp and longjmp☆68Updated 4 years ago
- Hypothesis extension to allow generating strings based on regex☆26Updated 6 years ago
- Operator overloading for fast anonymous functions.☆50Updated last month
- Python code optimizer.☆20Updated 10 years ago
- Utilities for run-time type validation and multiple dispatch☆164Updated last month
- A Python REPL the way I like it☆50Updated last month
- pycallgraph2 is a maintained fork of pycallgraph, a Python module that creates call graphs for Python programs.☆228Updated 3 years ago
- An IPython notebook plugin for visualizing ASTs.☆101Updated 3 months ago
- Make implemented in pure Python☆72Updated last year
- Static call graph generator. The official Python 3 version. Development repo.☆359Updated 8 months ago
- ☆45Updated 7 months ago
- An aspect-oriented programming, monkey-patch and decorators library. It is useful when changing behavior in existing code is desired. It …☆124Updated 8 months ago
- Pretty print the output of python stdlib `ast.parse`.☆192Updated 2 weeks ago
- A backport of `breakpoint` to python<3.7.☆44Updated 3 years ago
- Generic programming library for Python☆62Updated last week
- A python 3 library providing functions and decorators to automatically generate class code, such as constructor body or properties getter…☆37Updated 3 years ago
- pytest plugin to randomise the order of tests with some control over the randomness☆69Updated last year
- A wrapper around the stdlib `tokenize` which roundtrips.☆52Updated 2 weeks ago