The Jottomatic Web Framework is a minimalistic web framework written in Python. It is friendly with both Python 2 and Python 3.
It implements as little abstraction as possible. Unlike other frameworks, which usually implement the Model-View-Controller (MVC) software architecture, Jottomatic Web Framework implements a simple architecture. Refer to the README file for more details. It is similar to the Web.Py web framework and the sinatrarb web framework.
Jottomatic has subdomain support built-in, unlike the other web frameworks. With proper web server configurations, web-based systems made with Jottomatic can handle subdomains. More details in the README file.
Download the first public release, version 0.0.1, here.
Jottomatic is released under the 3-clause BSD license. See LICENSE for details.