Jump to content

Jam.py (web framework)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Platipusica (talk | contribs) at 13:43, 14 January 2019 (Created page with '{{primary sources|date=January 2019}} {{Infobox software | name = Jam.py | logo = Bottle-logo.svg | logo size =...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jam.py
Developer(s)Andrew Yushev
Initial releaseJuly 1, 2009; 15 years ago (2009-07-01)
Stable release
0.12.13 / January 9, 2017; 8 years ago (2017-01-09)[1]
Repository
Written inPython
Operating systemCross-platform
TypeWeb framework
LicenseMIT
Websitegithub.com/jam-py-v5/jam-py Edit this at Wikidata

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

References