Python toolkit for generation of output for the web
Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML or other textual content for output generation on the web.
Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML or other textual content for output generation on the web.
To install py27-genshi, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-genshi
To see what files were installed by py27-genshi, run:
port contents py27-genshi
To later upgrade py27-genshi, run:
sudo port selfupdate && sudo port upgrade py27-genshi
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.