gristlabs / asttokensLinks
Annotate Python AST trees with source text and token information
☆192Updated this week
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 3 weeks ago
- Hypothesis strategies for generating Python programs, something like CSmith☆109Updated last year
- Re-apply type annotations from .pyi stubs to your codebase.☆146Updated 3 years ago
- An AST unparser for Python☆229Updated 2 years ago
- A Python type checker☆377Updated last month
- Set of tools to play with Python AST.☆86Updated 3 years ago
- Get information about what a Python frame is currently doing, particularly the AST node being executed☆368Updated 4 months ago
- A command-line search utility for Python ASTs using XPath syntax.☆255Updated 3 years ago
- Operator overloading for fast anonymous functions.☆50Updated 2 weeks ago
- Utilities for run-time type validation and multiple dispatch☆172Updated last month
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆70Updated last month
- Typing-toolbox for Python 3 _and_ 2.7 w.r.t. PEP 484.☆201Updated 2 years ago
- Runtime inspection utilities for Python typing module☆376Updated 2 months ago
- An unofficial, importable pip API☆119Updated 3 weeks ago
- ☆46Updated this week
- Decorator which checks whether the function is called with the correct type of parameters.☆117Updated last week
- Modified fork of CPython's ast module that parses `# type:` comments☆233Updated 2 years ago
- Safely evaluate AST nodes without side effects☆49Updated this week
- IDE allow you to refactor code, Baron allows you to write refactoring code.☆298Updated 4 years ago
- Over 600 fast Python bindings to the CPython C API. 🤯☆62Updated last year
- Extension to the built-in ast module. Finds comments in source code and adds them to the parsed tree.☆49Updated 3 months ago
- A wrapper around the stdlib `tokenize` which roundtrips.☆61Updated 3 weeks ago
- Tool for translation type comments to type annotations in Python☆155Updated 7 months ago
- A module for lazy loading of Python modules☆88Updated 2 years ago
- Create reproducible installations for a virtual environment from a lock file☆85Updated last month
- Dynamically create python functions with a proper signature.☆134Updated 8 months ago
- Utility library for gitignore style pattern matching of file paths.☆208Updated this week
- A Python Parser☆664Updated 4 months ago
- Discover and load entry points from installed packages☆76Updated last year
- Expand functools features(lru_cache) to class - methods, classmethods, staticmethods and even for (unofficial) hybrid methods.☆85Updated last year