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 5 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
- Static call graph generator. The official Python 3 version. Development repo.☆396Updated 3 months ago
- Hypothesis strategies for generating Python programs, something like CSmith☆110Updated last year
- Domain Specific Languages in Python☆97Updated 2 years ago
- pycallgraph2 is a maintained fork of pycallgraph, a Python module that creates call graphs for Python programs.☆240Updated 3 years ago
- Pretty print the output of python stdlib `ast.parse`.☆198Updated 3 weeks ago
- An experiment to use infix operators in Python☆57Updated 7 years ago
- Annotate Python AST trees with source text and token information☆192Updated last month
- A runtime python code manipulation framework for profiling, debugging and bugfixing☆65Updated 3 years ago
- Language server for domain specific languages based on textX☆40Updated last week
- Magic to display dynamic call graphs of Python function calls☆79Updated 4 years ago
- Instant visualization of Python AST and Code Objects☆144Updated last year
- EPython is a typed-subset of the Python for extending the language new builtin types and methods☆40Updated 3 years ago
- Regular expression engine in Python using Thompson's algorithm.☆114Updated 5 years ago
- A library that automatically infers dependencies for Python files☆177Updated last year
- Set of tools to play with Python AST.☆86Updated 3 years ago
- A multiset implementation for python☆39Updated last year
- Grammars suitable for lark parser and Hypothesis☆54Updated last year
- Python code optimizer.☆21Updated 11 years ago
- An IPython notebook plugin for visualizing ASTs.☆108Updated last year
- A Python REPL the way I like it☆53Updated 4 months ago
- Spell checker for source code☆95Updated 10 months ago
- A tool that executes a suite of static analysis tools upon a Python project.☆34Updated 2 years ago
- Property-based tests for the Python standard library (and builtins)☆27Updated 4 years ago
- Generic programming library for Python☆61Updated last week
- Advanced macro expander and language lab for Python.☆70Updated 9 months ago
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆47Updated 2 years ago
- Create coredump like file from Python to post-mortem debug later☆74Updated 3 years ago
- A Sphinx extension for producing proof, theorem, lemma, definition, remark, conjecture, corollary and algorithm directives.☆35Updated last week
- Hypothesis extension to allow generating strings based on regex☆26Updated 7 years ago