ast-serialize (0.5.0)
Published 2026-06-13 02:24:48 +02:00 by eofredj
Installation
pip install --index-url ast-serializeAbout this package
Python bindings for mypy AST serialization
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.
Requirements
Requires Python: >=3.7