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