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 5 months ago
- A runtime python code manipulation framework for profiling, debugging and bugfixing☆64Updated 2 years ago
- Hypothesis strategies for generating Python programs, something like CSmith☆102Updated last year
- Annotate Python AST trees with source text and token information☆181Updated last month
- Set of tools to play with Python AST.☆83Updated 2 years ago
- Generic programming library for Python☆61Updated last week
- ☆24Updated 3 years ago
- ☆45Updated 9 months ago
- A Python REPL the way I like it☆49Updated 2 months ago
- Domain Specific Languages in Python☆96Updated last year
- Operator overloading for fast anonymous functions.☆50Updated 3 months ago
- Caching results of callables in Python☆16Updated 4 years ago
- Python AST Visualizer☆1Updated 6 years ago
- Pretty print the output of python stdlib `ast.parse`.☆195Updated last week
- A module for lazy loading of Python modules☆88Updated last year
- An AST for Python code generation, in Python☆30Updated 2 weeks ago
- Backwards compatible callback APIs☆19Updated 4 years ago
- find functions when you can't remember their name☆101Updated 3 years ago
- Instant visualization of Python AST and Code Objects☆139Updated last year
- A wrapper around the stdlib `tokenize` which roundtrips.☆55Updated this week
- An IPython notebook plugin for visualizing ASTs.☆102Updated 4 months ago
- A pytest plugin that allows for the testing of C extension modules for Python, specifically created through cython☆20Updated last week
- Python tools, libraries and resources about AST (as in Abstract Syntax Trees)☆94Updated 3 years ago
- Static call graph generator. The official Python 3 version. Development repo.☆373Updated 10 months ago
- Extension for Sphinx to make the sidebar show a full table of contents instead of just the local headings☆39Updated this week
- Intelligently search in Python code☆67Updated last year
- A memory profiler for Python. As easy as adding a decorator!☆128Updated 3 years ago
- Safely evaluate AST nodes without side effects☆45Updated 10 months ago
- Yet another validation lib ;). Provides tools for general-purpose variable validation, function inputs/outputs validation as well as clas…☆30Updated 4 years ago
- Discover and load entry points from installed packages☆75Updated 6 months ago