Description
Small web applications can be built with a compact Python framework. Web.py gives developers routing, request handling, templates, and application structure without a large framework stack.
It is imported by server code rather than used as a finished app. Security, authentication, sessions, and deployment settings remain the responsibility of the application that uses it.