JelleZijlstra / ast_decompilerLinks
An AST-to-code library for Python
☆40Updated 2 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 10 months ago
- Extract semantic information about static Python code☆77Updated last month
- An AST for Python code generation, in Python☆30Updated last month
- Annotate Python AST trees with source text and token information☆183Updated 2 weeks ago
- Set of tools to play with Python AST.☆86Updated 2 years ago
- Pretty print the output of python stdlib `ast.parse`.☆196Updated 3 weeks ago
- Retrieve information from typeshed and other typing stubs☆27Updated last week
- modulegraph determines a dependency graph between Python modules primarily by bytecode analysis for import statements. modulegraph …☆45Updated last year
- FrozenList is a list-like structure that implements collections.abc.MutableSequence and can be made immutable.☆103Updated last week
- A wrapper around the stdlib `tokenize` which roundtrips.☆56Updated 3 weeks ago
- Re-apply type annotations from .pyi stubs to your codebase.☆143Updated 2 years ago
- ☆55Updated 3 weeks ago
- An unofficial, importable pip API☆114Updated 3 weeks ago
- Hypothesis strategies for generating Python programs, something like CSmith☆105Updated last year
- Useful types for Python☆136Updated last week
- Static analysis of Python import statements☆123Updated last month
- Tool for translation type comments to type annotations in Python☆151Updated last month
- Capture the outcome of Python function calls☆34Updated 3 months ago
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆51Updated 2 months ago
- Utilities for refactoring imports in python-like syntax.☆24Updated 3 weeks 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 plugin for Flake8 that provides specializations for type hinting stub files☆77Updated last week
- Automatic __slots__ for your Python classes☆67Updated 7 months ago
- python decorators made easy.☆24Updated last year
- Better version of repr/reprlib for short, cheap string representations in Python☆24Updated 11 months ago
- Python module to modify bytecode☆317Updated last week
- Types that make coding in Python quick and safe.☆23Updated 5 years ago
- py-test plugin: an incremental test runner☆50Updated 3 years ago
- Render CLI arguments (sub-commands friendly) defined by the argparse module.☆24Updated last week
- The pythoncapi-compat project can be used to write a C extension supporting a wide range of Python versions with a single code base.☆89Updated 3 weeks ago