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.
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.
To install py312-ast_serialize, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py312-ast_serialize
To see what files were installed by py312-ast_serialize, run:
port contents py312-ast_serialize
To later upgrade py312-ast_serialize, run:
sudo port selfupdate && sudo port upgrade py312-ast_serialize
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.