An AST unparser for Python.. This is a factored out version of unparse found in the Python source distribution; under Demo/parser in Python 2 and under Tools/parser in Python 3.
An AST unparser for Python.. This is a factored out version of unparse found in the Python source distribution; under Demo/parser in Python 2 and under Tools/parser in Python 3.
To install py312-astunparse, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py312-astunparse
To see what files were installed by py312-astunparse, run:
port contents py312-astunparse
To later upgrade py312-astunparse, run:
sudo port selfupdate && sudo port upgrade py312-astunparse
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.