weblayer
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:weblayer is a lightweight, componentised Python package for writing web applications
`weblayer`_ is a `Python`_ package, 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`_.

Install
-------

`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`_ using `Setuptools`_::

    easy_install weblayer

Develop
-------

To develop (or play around with) it, get the `source code`_ using `Git`_::

    git clone git://github.com/thruflo/weblayer.git
    cd weblayer

Develop the egg::

    python setup.py develop

Install the additional dependencies::

    easy_install weblayer[dev]

Run the tests::

    nosetests -c etc/nose.cfg
    
Generate the docs::

    sphinx-build -a -b html doc doc/_build

If 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.

.. _`documented`: http://packages.python.org/weblayer
.. _`examples`: http://github.com/thruflo/weblayer/tree/master/src/weblayer/examples
.. _`git`: http://git-scm.com/
.. _`github issues`: http://github.com/thruflo/weblayer/issues
.. _`public domain`: http://unlicense.org/UNLICENSE
.. _`python`: http://www.python.org
.. _`python package index`: http://pypi.python.org/pypi/weblayer
.. _`setuptools`: http://pypi.python.org/pypi/setuptools
.. _`source code`: http://github.com/thruflo/weblayer
.. _`user guide`: http://packages.python.org/weblayer/userguide.html
.. _`weblayer`: http://packages.python.org/weblayer
.. _`webob`: http://pythonpaste.org/webob/
.. _`wsgi`: http://en.wikipedia.org/wiki/Web_Server_Gateway_Interface

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。