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 …
☆694Updated 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.☆378Updated last year
- pycallgraph2 is a maintained fork of pycallgraph, a Python module that creates call graphs for Python programs.☆235Updated 3 years ago
- pycallgraph is a Python module that creates call graphs for Python programs.☆1,859Updated last year
- Python Module Dependency graphs☆1,969Updated 6 months ago
- guppy / heapy ported to Python3. It works for real!☆413Updated 6 months ago
- Static Python call graph generator☆349Updated last year
- Python AST read/write☆849Updated 6 months ago
- A Python Parser☆645Updated last month
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆452Updated 11 months ago
- Hunter is a flexible code tracing toolkit.☆831Updated 3 weeks ago
- A common base representation of python source code for pylint and other projects☆552Updated last week
- McCabe complexity checker for Python☆658Updated 11 months ago
- Python profile viewer☆1,485Updated last month
- Python decorators for profiling/tracing/timing a single function☆333Updated 6 months ago
- An efficient implementation of tree data structure in pure python.☆837Updated 3 weeks ago
- Bottom-up approach to refactoring in python☆713Updated 3 years ago
- Development tool to measure, monitor and analyze the memory behavior of Python objects in a running Python application.☆1,346Updated last month
- A powerful set of Python debugging tools, based on PySnooper☆1,374Updated 10 months ago
- serialize all of Python☆2,365Updated last month
- Python tree data library☆1,046Updated 3 months ago
- Format and convert Python docstrings and generates patches☆934Updated last year
- watchpoints is an easy-to-use, intuitive variable/object monitor tool for python that behaves similar to watchpoints in gdb.☆540Updated 7 months ago
- decorator☆884Updated last month
- Python library for creating PEG parsers☆2,372Updated 2 weeks ago
- Yet Another Python Profiler, but this time multithreading, asyncio and gevent aware.☆1,627Updated 6 months ago
- Persistent, stale-free, local and cross-machine caching for Python functions.☆611Updated 2 weeks ago
- A python library for accessing and searching dictionaries via /slashed/paths ala xpath.☆619Updated last year
- Generate PlantUML class diagrams to document your Python application.☆255Updated last week
- A Python memory profiler for data processing and scientific computing applications☆878Updated 9 months ago
- pytest fixture for benchmarking code☆1,359Updated 3 months ago