tonybaloney / instavizLinks
Instant visualization of Python AST and Code Objects
☆139Updated last year
Alternatives and similar repositories for instaviz
Users that are interested in instaviz are comparing it to the libraries listed below
Sorting:
- Pretty print the output of python stdlib `ast.parse`.☆195Updated this week
- Re-apply type annotations from .pyi stubs to your codebase.☆142Updated 2 years ago
- Decorator which checks whether the function is called with the correct type of parameters.☆111Updated 4 months ago
- Generate waterfalls from `-Ximporttime` tracing.☆119Updated this week
- Modified fork of CPython's ast module that parses `# type:` comments☆229Updated last year
- An IPython notebook plugin for visualizing ASTs.☆102Updated 4 months ago
- ☆40Updated 3 years ago
- Intelligently search in Python code☆67Updated last year
- Generate PyAnnotate annotations from your pytest tests.☆110Updated 2 years ago
- Experiments for the official PEG parser generator for Python☆280Updated last year
- Annotate Python AST trees with source text and token information☆181Updated last month
- Think about Python's dir builtin with recursive search capabilities