serge-sans-paille / benigetLinks
Extract semantic information about static Python code
☆77Updated 2 weeks ago
Alternatives and similar repositories for beniget
Users that are interested in beniget are comparing it to the libraries listed below
Sorting:
- Hypothesis strategies for generating Python programs, something like CSmith☆102Updated last year
- Python AST that abstracts the underlying Python version☆146Updated 3 months ago
- Partial evaluation of Python code☆21Updated 2 years ago
- Domain Specific Languages in Python☆96Updated last year
- Python bindings for the egg-smol rust library☆76Updated this week
- Python 3 AST unparser with type comments support.☆30Updated 5 years ago
- Annotator that adds scope information to an ast☆25Updated 3 weeks ago
- Annotate Python AST trees with source text and token information☆181Updated last month
- Retrieve information from typeshed and other typing stubs☆23Updated 2 weeks ago
- Set of tools to play with Python AST.☆83Updated 2 years ago
- Intelligently search in Python code☆67Updated last year
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆49Updated last month
- Numba compatible SCFG (Structured Control Flow Graphs) utilities.☆19Updated this week
- An AST-to-code library for Python☆38Updated 3 weeks ago
- ☆17Updated 4 years ago
- Pretty print the output of python stdlib `ast.parse`.☆195Updated this week
- Adaptive fuzzing of Hypothesis tests☆88Updated this week
- Property-based tests for the Python standard library (and builtins)☆27Updated 3 years ago
- Re-apply type annotations from .pyi stubs to your codebase.☆142Updated 2 years ago
- Over 600 fast Python bindings to the CPython C API. 🤯☆61Updated 8 months ago
- A runtime python code manipulation framework for profiling, debugging and bugfixing☆64Updated 2 years ago
- An IPython notebook plugin for visualizing ASTs.☆102Updated 4 months ago
- Operator overloading for fast anonymous functions.☆50Updated 2 months ago
- EPython is a typed-subset of the Python for extending the language new builtin types and methods