The pyficache module allows one to get any line from any file, caching lines of the file on first access to the file. Although the file may be any file, the common use is when the file is a Python script.
The pyficache module allows one to get any line from any file, caching lines of the file on first access to the file. Although the file may be any file, the common use is when the file is a Python script.
To install py311-pyficache, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-pyficache
To see what files were installed by py311-pyficache, run:
port contents py311-pyficache
To later upgrade py311-pyficache, run:
sudo port selfupdate && sudo port upgrade py311-pyficache
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.