A Concrete Syntax Tree (CST) parser and serializer library for Python
A Concrete Syntax Tree (CST) parser and serializer library for Python LibCST parses Python 3.x source code as a CST tree that keeps all formatting details (comments, whitespaces, parentheses, etc). It's useful for building automated refactoring (codemod) applications and linters.
A Concrete Syntax Tree (CST) parser and serializer library for Python LibCST parses Python 3.x source code as a CST tree that keeps all formatting details (comments, whitespaces, parentheses, etc). It's useful for building automated refactoring (codemod) applications and linters.
To install py310-libcst, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-libcst
To see what files were installed by py310-libcst, run:
port contents py310-libcst
To later upgrade py310-libcst, run:
sudo port selfupdate && sudo port upgrade py310-libcst
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.