Home > Pangur

Pangur

Pangur is a project mainly written in PYTHON and JAVASCRIPT, it's free.

Pangur is a simple no fuss micro-framework for python and WSGI

Pangur

Installation

Add pangur to your PYTHONPATH or install with:

$> python setup.py install

Pangur requires some other software which can easily be installed from the cheeseshop:

$> easy_install wtforms sqlalchemy jinja2 werkzeug

You'll probably want a database to connect to as well, I like to use postgres or sqlite, but anything supported by alchemy should be fine.

Getting Started

TODO, see the examples

$> cd examples $> pangur run miniblog

Previous:Python