gristlabs / asttokensLinks
Annotate Python AST trees with source text and token information
☆183Updated 2 weeks ago
Alternatives and similar repositories for asttokens
Users that are interested in asttokens are comparing it to the libraries listed below
Sorting:
- Pretty print the output of python stdlib `ast.parse`.☆196Updated 2 weeks ago
- Hypothesis strategies for generating Python programs, something like CSmith☆105Updated last year
- An AST unparser for Python☆228Updated last year
- Re-apply type annotations from .pyi stubs to your codebase.☆143Updated 2 years ago
- Set of tools to play with Python AST.☆86Updated 2 years ago
- ☆45Updated 10 months ago
- A Python type checker☆369Updated this week
- A command-line search utility for Python ASTs using XPath syntax.☆251Updated 3 years ago
- Typing-toolbox for Python 3 _and_ 2.7 w.r.t. PEP 484.☆198Updated 2 years ago
- Utilities for run-time type validation and multiple dispatch☆167Updated 4 months ago
- Tool for translation type comments to type annotations in Python☆151Updated last month
- Python AST that abstracts the underlying Python version☆145Updated 4 months ago
- Operator overloading for fast anonymous functions.☆50Updated 3 weeks ago
- Get information about what a Python frame is currently doing, particularly the AST node being executed☆358Updated 3 weeks ago
- Modified fork of CPython's ast module that parses `# type:` comments☆229Updated 2 years ago
- Runtime inspection utilities for Python typing module☆364Updated 2 months ago
- Instant visualization of Python AST and Code Objects☆139Updated last year
- Decorator which checks whether the function is called with the correct type of parameters.☆112Updated 3 weeks ago
- Discover and load entry points from installed packages☆75Updated 7 months ago
- Expand functools features(lru_cache) to class - methods, classmethods, staticmethods and even for (unofficial) hybrid methods.☆84Updated 10 months ago
- A simple immutable dictionary for Python☆161Updated 4 months ago
- The code behind python-ast-explorer.com☆249Updated 3 years ago
- An unofficial, importable pip API☆114Updated 2 weeks ago
- Useful types for Python☆136Updated this week
- PEG parser generator for Python☆177Updated 7 months ago
- A library that automatically infers dependencies for Python files☆176Updated last year
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆67Updated 3 years ago
- Extension to the built-in ast module. Finds comments in source code and adds them to the parsed tree.☆42Updated 2 weeks ago
- A wrapper around the stdlib `tokenize` which roundtrips.☆56Updated 2 weeks ago
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆51Updated 2 months ago