Technologicat / pyanLinks
Static call graph generator. The official Python 3 version. Development repo.
☆393Updated last month
Alternatives and similar repositories for pyan
Users that are interested in pyan are comparing it to the libraries listed below
Sorting:
- pyan is a Python module that performs static analysis of Python code to determine a call dependency graph between functions and methods. …☆707Updated 4 years ago
- pycallgraph2 is a maintained fork of pycallgraph, a Python module that creates call graphs for Python programs.☆239Updated 3 years ago
- Static Python call graph generator☆361Updated 2 years ago
- guppy / heapy ported to Python3. It works for real!☆418Updated 2 months ago
- Get information about what a Python frame is currently doing, particularly the AST node being executed☆368Updated 3 months ago
- Near Zero-Overhead Python Code Coverage☆554Updated 2 months ago
- pycallgraph is a Python module that creates call graphs for Python programs.☆185Updated 3 weeks ago
- Python tools, libraries and resources about AST (as in Abstract Syntax Trees)☆102Updated 3 years ago
- Python Dependency Graphs☆82Updated 2 years ago
- Python Module Dependency graphs☆2,037Updated 10 months ago
- Python AST read/write☆861Updated 10 months ago
- Generate PlantUML class diagrams to document your Python application.☆262Updated last week
- watchpoints is an easy-to-use, intuitive variable/object monitor tool for python that behaves similar to watchpoints in gdb.☆553Updated last year
- Time Travel Debugging for Python☆195Updated last year
- Annotate Python AST trees with source text and token information☆192Updated 3 weeks ago
- An AST unparser for Python☆229Updated 2 years ago
- Design-by-contract in Python3 with informative violation messages and inheritance☆390Updated last month
- Separate test code from test cases in pytest.☆367Updated 4 months ago
- count lines of code for hundreds of languages using pygments☆178Updated 7 months ago
- Pretty print the output of python stdlib `ast.parse`.