ast-serialize

Python bindings for mypy AST serialization

11 个版本 Python >=3.7
安装
pip install ast-serialize
poetry add ast-serialize
pipenv install ast-serialize
conda install ast-serialize
描述

ast_serialize - Python Parser and AST Serializer

This is a fast Python extension for parsing Python files and serializing the AST using the native binary format used by mypy. This will eventually replace the current mypy parser, which uses the Python stdlib ast module for parsing.