Git Product home page Git Product logo

weblayer's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.