This Python module contains an RFC2396 compliant implementation of URLs (see the class URL) and file like classes for reading data from URLs and writing data to URLs
This Python module contains an RFC2396 compliant implementation of URLs (see the class URL) and file like classes for reading data from URLs and writing data to URLs
To install py27-url, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-url
To see what files were installed by py27-url, run:
port contents py27-url
To later upgrade py27-url, run:
sudo port selfupdate && sudo port upgrade py27-url
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.