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:
- Hypothesis strategies for generating Python programs, something like CSmith☆108Updated last year
- Static call graph generator. The official Python 3 version. Development repo.☆391Updated last month
- Jonga: Python function call graph visualization☆55Updated 11 months ago
- Pretty print the output of python stdlib `ast.parse`.☆195Updated this week
- Generic programming library for Python☆61Updated this week
- Domain Specific Languages in Python☆97Updated 2 years ago
- Annotate Python AST trees with source text and token information☆192Updated 2 weeks ago
- Make implemented in pure Python☆73Updated last year
- pycallgraph2 is a maintained fork of pycallgraph, a Python module that creates call graphs for Python programs.☆239Updated 3 years ago
- An IPython notebook plugin for visualizing ASTs.☆108Updated 11 months ago
- A runtime python code manipulation framework for profiling, debugging and bugfixing☆65Updated 3 years ago
- Set of tools to play with Python AST.☆87Updated 3 years ago
- An experiment to use infix operators in Python☆57Updated 7 years ago
- A Python REPL the way I like it☆53Updated 3 months ago
- Extract semantic information about static Python code☆81Updated last week
- ☆25Updated 4 years ago
- Create coredump like file from Python to post-mortem debug later☆74Updated 3 years ago
- Extension for Sphinx to make the sidebar show a full table of contents instead of just the local headings☆39Updated 6 months ago
- A tool that executes a suite of static analysis tools upon a Python project.☆34Updated 2 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
- find functions when you can't remember their name☆100Updated 3 years ago
- Instant visualization of Python AST and Code Objects☆143Updated last year
- Automagically import missing modules in IPython.☆65Updated 2 months ago
- ☆46Updated last month
- Python wrapper for MPFR, providing high-precision floating-point arithmetic☆44Updated last year
- EPython is a typed-subset of the Python for extending the language new builtin types and methods☆40Updated 3 years 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 rewrite of Python's builtin doctest module (with pytest plugin integration) with AST instead of RegEx.☆216Updated last month
- Language server for domain specific languages based on textX☆40Updated 2 weeks ago
- An AST unparser for Python☆230Updated 2 years ago