Wildcard Match provides an enhanced fnmatch, glob, and pathlib library in order to provide file matching and globbing that more closely follows the features found in Bash.
Wildcard Match provides an enhanced fnmatch, glob, and pathlib library in order to provide file matching and globbing that more closely follows the features found in Bash.
To install py310-wcmatch, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-wcmatch
To see what files were installed by py310-wcmatch, run:
port contents py310-wcmatch
To later upgrade py310-wcmatch, run:
sudo port selfupdate && sudo port upgrade py310-wcmatch
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.