ttylec / pyan
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 …
☆54Updated 4 years ago
Alternatives and similar repositories for pyan:
Users that are interested in pyan are comparing it to the libraries listed below
- Jonga: Python function call graph visualization☆54Updated last month
- Set of tools to play with Python AST.☆83Updated 2 years ago
- Operator overloading for fast anonymous functions.☆50Updated last month
- A runtime python code manipulation framework for profiling, debugging and bugfixing☆64Updated 2 years ago
- Hypothesis strategies for generating Python programs, something like CSmith☆98Updated 11 months ago
- Create coredump like file from Python to post-mortem debug later☆74Updated 2 years ago
- Checkpoint the state of Python programs using Pythonic setjmp and longjmp☆67Updated 4 years ago
- Static call graph generator. The official Python 3 version. Development repo.☆351Updated 6 months ago
- Annotate Python AST trees with source text and token information☆175Updated 3 weeks ago
- Grep Python Abstract Syntax Trees (AST) using XPath☆93Updated last month
- Python call graphing program. Modified pyan.py by Juha Jeronen, based on original pyan.py by Edmund Horner.☆19Updated 12 years ago
- A pytest plugin to skip `@pytest.mark.slow` tests by default.☆31Updated last year
- In-place file processing in Python☆32Updated 2 weeks ago
- Python tools, libraries and resources about AST (as in Abstract Syntax Trees)☆91Updated 2 years ago
- ☆43Updated 5 months ago
- Hypothesis extension to allow generating strings based on regex☆26Updated 6 years ago
- A module for lazy loading of Python modules☆86Updated last year
- Automatically convert unittests to pytest☆53Updated this week
- Pure python readline - works on Python 2, Python 3, PyPy 2, PyPy 3☆32Updated last year
- Domain Specific Languages in Python☆96Updated last year
- ☆55Updated this week
- Yet another validation lib ;). Provides tools for general-purpose variable validation, function inputs/outputs validation as well as clas…☆29Updated 4 years ago
- Extract semantic information about static Python code☆72Updated last week
- Declarative instrumentation for Python.☆88Updated last month
- Bash-style brace expansion for Python☆55Updated 3 years ago
- Use Python 3 annotations in sphinx-enabled docstrings☆44Updated 8 years ago
- A corpus of Python programs annotated with contracts☆21Updated 2 years ago
- An experiment to use infix operators in Python☆56Updated 6 years ago
- A wrapper around the stdlib `tokenize` which roundtrips.☆52Updated last week
- Friendlier Python tracebacks.☆78Updated 5 months ago