JelleZijlstra / ast_decompilerLinks
An AST-to-code library for Python
☆40Updated 3 months ago
Alternatives and similar repositories for ast_decompiler
Users that are interested in ast_decompiler are comparing it to the libraries listed below
Sorting:
- Over 600 fast Python bindings to the CPython C API. 🤯☆61Updated 11 months ago
- Extract semantic information about static Python code☆78Updated 2 months ago
- modulegraph determines a dependency graph between Python modules primarily by bytecode analysis for import statements. modulegraph …☆46Updated last year
- Annotate Python AST trees with source text and token information☆183Updated 2 months ago
- Re-apply type annotations from .pyi stubs to your codebase.☆143Updated 3 years ago
- Reference implementation of sentinels for the Python stdlib☆42Updated 10 months ago
- Reenter an asyncio or Trio event loop from synchronous code☆85Updated last year
- Set of tools to play with Python AST.☆87Updated 2 years ago
- ☆54Updated 3 weeks ago
- Hypothesis strategies for generating Python programs, something like CSmith☆106Updated last year
- An unofficial, importable pip API☆116Updated 2 weeks ago
- Retrieve information from typeshed and other typing stubs☆29Updated last month
- Pretty print the output of python stdlib `ast.parse`.☆197Updated 2 weeks ago
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆67Updated 3 years ago
- An AST unparser for Python☆228Updated 2 years ago
- Put all the objections to PEP 622 in one place.☆32Updated 5 years ago
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆50Updated last month
- The pythoncapi-compat project can be used to write a C extension supporting a wide range of Python versions with a single code base.☆90Updated 3 weeks ago
- Backport of PEP 654 (exception groups)☆46Updated last month
- Generate PyAnnotate annotations from your pytest tests.☆111Updated 3 years ago
- Serialization library for Exceptions and Tracebacks.☆172Updated 5 months ago
- Python module to modify bytecode☆321Updated last week
- pytest plugin for testing mypy types, stubs, and plugins☆116Updated 2 weeks ago
- Four-wheel drive for asyncio.☆78Updated 5 months ago
- a re-implementation of the asyncio mainloop on top of Trio☆197Updated 5 months ago
- A wrapper around the stdlib `tokenize` which roundtrips.☆58Updated 2 weeks ago
- Decorator which checks whether the function is called with the correct type of parameters.☆112Updated 2 months ago
- A Pip requirements file parser.☆133Updated 3 months ago
- FrozenList is a list-like structure that implements collections.abc.MutableSequence and can be made immutable.☆108Updated last week
- CPU parallelism for Trio☆63Updated 3 weeks ago