Tuesday, August 13, 2019

Pylons project

Here is the wiki page.

Pyramid is a minimalistic, platform-independent web framework. It is persistence agnostic and is integrated both with SQL databases via SQLAlchemy and with the Zope Object Database, as well as other NoSQLdatabases, such as CouchDB.[3]
Pyramid allows developers to define routes using regular expressions that map to objects. Like its fellow framework Zope, Pyramid also allows hierarchical object traversal, where each part of a URL is an object containing other objects, in a way that is similar to folders in a filesystem.[8]

Pylons Web Framework[edit]

Pylons Framework
Pylonsfw.png
Developer(s)Ben Bangert, James Gardner
Initial releaseSeptember 2005; 13 years ago[9]
Stable release
1.0.2[10] / July 21, 2015; 4 years ago
Written inPython
Operating systemCross-platform
TypeWeb application framework
LicenseBSD license
Websitepylonsproject.org/about-pylons-framework.html
Pylons Framework is an open-source Web application framework written in Python. It makes extensive use of the Web Server Gateway Interface standard to promote reusability and to separate functionality into distinct modules.[11] It is strongly influenced by Ruby on Rails: two of its main components, Routes and WebHelpers, are Python reimplementations of Rails features.


No comments:

Post a Comment