Fast, simple and lightweight WSGI micro web-framework for python
Bottle is a fast, simple and lightweight WSGI micro web-framework with no dependencies other than the Python Standard Library. It supports routing, templates and has a built-in HTTP development server. It supports paste, fapws3, bjoern, Google App Engine, cheerypy or any other WSGI capable HTTP server
Bottle is a fast, simple and lightweight WSGI micro web-framework with no dependencies other than the Python Standard Library. It supports routing, templates and has a built-in HTTP development server. It supports paste, fapws3, bjoern, Google App Engine, cheerypy or any other WSGI capable HTTP server
To install py311-bottle, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-bottle
To see what files were installed by py311-bottle, run:
port contents py311-bottle
To later upgrade py311-bottle, run:
sudo port selfupdate && sudo port upgrade py311-bottle
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.