Jam.py (web framework)
File:Bottle-logo.svg | |
Developer(s) | Andrew Yushev |
---|---|
Initial release | July 1, 2009 |
Stable release | 0.12.13
/ January 9, 2017[1] |
Repository | |
Written in | Python |
Operating system | Cross-platform |
Type | Web framework |
License | MIT |
Website | github |
Jam.py is a full-stack WSGI framework, as opposed to micro web-framework, for the Python programming language. It is designed to be fast, simple and lightweight, and is distributed with no dependencies other than the Python Standard Library. The same module runs with Python 2.5+ and 3.x.[2]
It offers a built-in web server and database access for many third-party databases.[3]
It is designed to be lightweight, and to allow development of web applications easily and quickly, based on DRY principle.
Features Single file which runs with both Python 2.5+ and 3.x Can run as a standalone web server or be used behind ("mounted on") any web server which supports WSGI Built-in visual Application Builder Support for JSON client data (for REST and JavaScript clients) Plugins for popular databases and key/value stores and other features