Myghty is a Python based templating framework originally based on HTML::Mason.
Myghty fully implements Mason's templating language, component-based architecture, and caching system, and goes beyond, adding new paradigms such the Module Components controller paradigm, full Python whitespace syntax, threading support, WSGI support, session support, and much more.
Myghty fully implements Mason's templating language, component-based architecture, and caching system, and goes beyond, adding new paradigms such the Module Components controller paradigm, full Python whitespace syntax, threading support, WSGI support, session support, and much more.
To install py27-myghty, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-myghty
To see what files were installed by py27-myghty, run:
port contents py27-myghty
To later upgrade py27-myghty, run:
sudo port selfupdate && sudo port upgrade py27-myghty
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.