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☆56Updated last year
- Hypothesis strategies for generating Python programs, something like CSmith☆109Updated last year
- Annotate Python AST trees with source text and token information☆192Updated this week
- Instant visualization of Python AST and Code Objects☆144Updated last year
- Static call graph generator. The official Python 3 version. Development repo.☆395Updated 2 months ago
- pycallgraph2 is a maintained fork of pycallgraph, a Python module that creates call graphs for Python programs.☆239Updated 3 years ago
- Pretty print the output of python stdlib `ast.parse`.☆196Updated 3 weeks ago
- Domain Specific Languages in Python☆97Updated 2 years ago
- An IPython notebook plugin for visualizing ASTs.☆108Updated last year
- Create coredump like file from Python to post-mortem debug later☆74Updated 3 years ago
- Property-based tests for the Python standard library (and builtins)☆27Updated 4 years ago
- EPython is a typed-subset of the Python for extending the language new builtin types and methods☆40Updated 3 years ago
- Grammars suitable for lark parser and Hypothesis☆54Updated last year
- A library that automatically infers dependencies for Python files☆177Updated last year
- Language server for domain specific languages based on textX☆40Updated last month
- Extract semantic information about static Python code☆81Updated last month
- Python Dependency Graphs☆83Updated 2 years ago
- Declarative instrumentation for Python.☆100Updated this week
- Make implemented in pure Python☆73Updated last year
- A runtime python code manipulation framework for profiling, debugging and bugfixing☆65Updated 3 years ago
- ☆46Updated last month
- Magic to display dynamic call graphs of Python function calls☆79Updated 4 years ago
- A module for lazy loading of Python modules☆88Updated 2 years ago
- An experiment to use infix operators in Python☆57Updated 7 years ago
- find functions when you can't remember their name☆99Updated 3 years ago
- Friendlier Python tracebacks.☆88Updated 8 months ago
- 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 2 months ago
- A $PAGER in pure Python, similar to "less".☆98Updated last year
- A rewrite of Python's builtin doctest module (with pytest plugin integration) with AST instead of RegEx.☆217Updated last month
- Advanced macro expander and language lab for Python.☆70Updated 8 months ago