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
- Static call graph generator. The official Python 3 version. Development repo.☆380Updated last year
- pycallgraph2 is a maintained fork of pycallgraph, a Python module that creates call graphs for Python programs.☆235Updated 3 years ago
- Annotate Python AST trees with source text and token information☆183Updated 2 months ago
- Make implemented in pure Python☆72Updated last year
- Pretty print the output of python stdlib `ast.parse`.☆197Updated 3 weeks ago
- Domain Specific Languages in Python☆97Updated last year
- Create coredump like file from Python to post-mortem debug later☆74Updated 3 years ago
- Grammars suitable for lark parser and Hypothesis☆50Updated last year
- Combine contracts and automatic testing.☆84Updated 3 years ago
- pyan is a Python module that performs static analysis of Python code to determine a call dependency graph between functions and methods. …☆697Updated 3 years ago
- A runtime python code manipulation framework for profiling, debugging and bugfixing☆65Updated 3 years ago
- Instant visualization of Python AST and Code Objects☆140Updated last year
- Language server for domain specific languages based on textX☆40Updated 3 months ago
- An experiment to use infix operators in Python☆57Updated 6 years ago
- An IPython notebook plugin for visualizing ASTs.☆107Updated 7 months ago
- Python code optimizer.☆20Updated 10 years ago
- Spell checker for source code☆95Updated 4 months ago
- Python Dependency Graphs☆81Updated last year
- Python AST that abstracts the underlying Python version☆146Updated last week
- A $PAGER in pure Python, similar to "less".☆97Updated last year
- A Python REPL the way I like it☆50Updated 3 weeks ago
- An AST unparser for Python☆228Updated 2 years ago
- find functions when you can't remember their name☆100Updated 3 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
- Extension for Sphinx to make the sidebar show a full table of contents instead of just the local headings☆39Updated 3 months ago
- In-place file processing in Python☆33Updated 3 weeks ago
- A command-line search utility for Python ASTs using XPath syntax.☆253Updated 3 years ago
- EPython is a typed-subset of the Python for extending the language new builtin types and methods☆40Updated 3 years ago