A Routing package for Python that matches URLs to dicts and vice versa.
Routes is a Python re-implementation of the Rails routes system for mapping URLs to Controllers/Actions and generating URLs. Routes makes it easy to create pretty and concise URLs that are RESTful with little effort.
Routes is a Python re-implementation of the Rails routes system for mapping URLs to Controllers/Actions and generating URLs. Routes makes it easy to create pretty and concise URLs that are RESTful with little effort.
To install py39-routes, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py39-routes
To see what files were installed by py39-routes, run:
port contents py39-routes
To later upgrade py39-routes, run:
sudo port selfupdate && sudo port upgrade py39-routes
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.