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 …
☆692Updated 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.☆375Updated 11 months ago
- pycallgraph2 is a maintained fork of pycallgraph, a Python module that creates call graphs for Python programs.☆235Updated 3 years ago
- Python Module Dependency graphs☆1,955Updated 5 months ago
- Python AST read/write☆847Updated 5 months ago
- A Python Parser☆646Updated 3 weeks ago
- pycallgraph is a Python module that creates call graphs for Python programs.☆1,857Updated last year
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆452Updated 10 months ago
- Static Python call graph generator☆348Updated last year
- A common base representation of python source code for pylint and other projects☆550Updated last week
- An AST unparser for Python☆228Updated last year
- Format and convert Python docstrings and generates patches☆933Updated last year
- Bottom-up approach to refactoring in python☆713Updated 3 years ago
- McCabe complexity checker for Python☆658Updated 11 months ago
- guppy / heapy ported to Python3. It works for real!☆413Updated 5 months ago
- An efficient implementation of tree data structure in pure python.☆835Updated 2 weeks ago
- pytest fixture for benchmarking code☆1,356Updated 3 months ago
- Various code metrics for Python code☆1,859Updated 8 months ago
- Reverse engineer Python source code into UML☆297Updated 2 years ago
- portion, a Python library providing data structure and operations for intervals.☆496Updated last month
- Python tree data library☆1,043Updated 3 months ago
- A powerful set of Python debugging tools, based on PySnooper☆1,367Updated 9 months ago
- Parse strings using a specification based on the Python format() syntax.☆1,757Updated last week
- Enlighten Progress Bar for Python Console Apps☆503Updated 2 weeks ago
- The bidirectional mapping library for Python.☆1,537Updated this week
- Hunter is a flexible code tracing toolkit.☆820Updated this week
- Toolkit to run Python benchmarks☆858Updated 4 months ago
- watchpoints is an easy-to-use, intuitive variable/object monitor tool for python that behaves similar to watchpoints in gdb.☆537Updated 6 months ago
- Domain-Specific Languages and parsers in Python made easy http://textx.github.io/textX/☆802Updated 2 months ago
- Get information about what a Python frame is currently doing, particularly the AST node being executed☆359Updated 3 weeks ago
- Python tree pretty-print☆157Updated 3 years ago