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 py39-pyficache, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py39-pyficache
To see what files were installed by py39-pyficache, run:
port contents py39-pyficache
To later upgrade py39-pyficache, run:
sudo port selfupdate && sudo port upgrade py39-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.