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 8 months ago
- Static call graph generator. The official Python 3 version. Development repo.☆380Updated last year
- Hypothesis strategies for generating Python programs, something like CSmith☆106Updated last year
- Pretty print the output of python stdlib `ast.parse`.☆197Updated last month
- Generic programming library for Python☆61Updated last week
- A Python REPL the way I like it☆51Updated last month
- pycallgraph2 is a maintained fork of pycallgraph, a Python module that creates call graphs for Python programs.☆236Updated 3 years ago
- Domain Specific Languages in Python☆97Updated last year
- Language server for domain specific languages based on textX☆40Updated 4 months ago
- Combine contracts and automatic testing.☆85Updated 3 years ago
- ☆24Updated 3 years ago
- An experiment to use infix operators in Python☆57Updated 6 years ago
- Annotate Python AST trees with source text and token information☆187Updated 2 weeks ago
- Magic to display dynamic call graphs of Python function calls☆79Updated 3 years ago
- A Sphinx extension for running sphinx-apidoc on each build☆62Updated 4 months ago
- A runtime python code manipulation framework for profiling, debugging and bugfixing☆65Updated 3 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
- Make implemented in pure Python☆72Updated last year
- Declarative instrumentation for Python.☆91Updated last month
- A tool that executes a suite of static analysis tools upon a Python project.☆34Updated 2 years ago
- EPython is a typed-subset of the Python for extending the language new builtin types and methods☆40Updated 3 years ago
- 🗿 Straightforward CLI parsing and dispatching microframework☆21Updated 10 months ago
- Spell checker for source code☆95Updated 5 months ago
- Programmatically edit text files with Python. Useful for source to source transformations.☆114Updated 2 years ago
- Instant visualization of Python AST and Code Objects☆141Updated last year
- A memory profiler for Python. As easy as adding a decorator!☆128Updated 4 years ago
- Utilities for run-time type validation and multiple dispatch☆170Updated last month
- ☆45Updated last year
- A python 3 library providing functions and decorators to automatically generate class code, such as constructor body or properties getter…☆38Updated 4 years ago
- Friendlier Python tracebacks.☆85Updated 5 months ago