weblayer

A lightweight, componentised package for writing web applications
Download

weblayer Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Other/Proprietary Li...
  • Publisher Name:
  • James Arthur
  • Publisher web site:
  • http://github.com/thruflo/torque

weblayer Tags


weblayer Description

A lightweight, componentised package for writing web applications weblayer is a Python library, built on WebOb, that provides a set of components that can be used to handle requests within a WSGI application.It is not a framework. In contrast, weblayer tries to prescribe as little as possible, allowing you to swap out components and work with your weapons of choice.It's fast, tested and documented. The source code is public domain.Installation:weblayer requires Python version 2.5 to 2.7. It's operating system independent, so runs on Unix (including Mac OSX) and on Windows. Install it via the Python Package Index, e.g.:easy_install weblayerOr:pip install weblayerDevelopTo develop (or play around with) it, get the source code, either using Git:git clone git://github.com/thruflo/weblayer.gitcd weblayerOr from a release tarball, e.g.:wget http://pypi.python.org/packages/source/w/weblayer/weblayer-0.4.tar.gztar -zxvf weblayer-0.4.tar.gzcd weblayer-0.4Develop the egg:python setup.py developInstall the additional dependencies:easy_install weblayerRun the tests:nosetests -c etc/nose.cfgGenerate the docs:sphinx-build -a -b html doc doc/_buildIf you have any problems or suggestions, Github Issues is the place to raise a ticket.Usage:See the User Guide and examples for more information. Requirements: · Python


weblayer Related Software