davidfraser / 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 …
☆685Updated 3 years ago
Alternatives and similar repositories for pyan
Users that are interested in pyan are comparing it to the libraries listed below
Sorting:
- Static call graph generator. The official Python 3 version. Development repo.☆373Updated 10 months ago
- pycallgraph is a Python module that creates call graphs for Python programs.☆1,855Updated last year
- Static Python call graph generator☆343Updated last year
- Python Module Dependency graphs☆1,937Updated 4 months ago
- pycallgraph2 is a maintained fork of pycallgraph, a Python module that creates call graphs for Python programs.☆231Updated 3 years ago
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆452Updated 8 months ago
- Hunter is a flexible code tracing toolkit.☆816Updated 10 months ago
- McCabe complexity checker for Python☆657Updated 9 months ago
- Python AST read/write☆844Updated 3 months ago
- pytest fixture for benchmarking code☆1,334Updated last month
- Development tool to measure, monitor and analyze the memory behavior of Python objects in a running Python application.☆1,308Updated 11 months ago
- A Python memory profiler for data processing and scientific computing applications☆873Updated 7 months ago
- The bidirectional mapping library for Python.☆1,528Updated last month
- Python profile viewer☆1,471Updated 3 weeks ago
- A Python Parser☆639Updated 2 months ago
- pdb++, a drop-in replacement for pdb (the Python debugger)☆1,364Updated last year
- guppy / heapy ported to Python3. It works for real!☆413Updated 4 months ago
- Mutation testing system☆1,059Updated 2 weeks ago
- An in-browser Python profile viewer☆2,434Updated 6 months ago
- decorator☆873Updated 2 months ago
- Various code metrics for Python code☆1,845Updated 7 months ago
- Bottom-up approach to refactoring in python☆709Updated 3 years ago
- Auto-generate API documentation for Python projects☆1,170Updated 2 weeks ago
- Python Framework to analyse Git repositories☆882Updated 2 months ago
- Parse strings using a specification based on the Python format() syntax.☆1,755Updated 5 months ago
- A Python application for tracking, reporting on timing and complexity in Python code☆1,238Updated 10 months ago
- serialize all of Python☆2,351Updated this week
- parallel graph management and execution in heterogeneous computing☆1,449Updated last month
- Python library that provides a method of accessing lists and dicts with a dotted path notation.☆207Updated 5 months ago
- Format and convert Python docstrings and generates patches☆928Updated 11 months ago