Scruffy is a framework for taking care of a bunch of boilerplate in Python apps. It handles the loading of configuration files, the loading and management of plugins, and the management of other filesystem resources such as temporary files and directories, log files, etc.
Scruffy is a framework for taking care of a bunch of boilerplate in Python apps. It handles the loading of configuration files, the loading and management of plugins, and the management of other filesystem resources such as temporary files and directories, log files, etc.
To install py38-scruffington, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py38-scruffington
To see what files were installed by py38-scruffington, run:
port contents py38-scruffington
To later upgrade py38-scruffington, run:
sudo port selfupdate && sudo port upgrade py38-scruffington
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.