skip to navigation
skip to content

PyWF 0.1-rc2

Python Web Framework

Latest Version: 0.6-dev

PyWF

About

At work I have to work with several databases at the same time, it does not allow by Django, but allows by SQLAlchemy. I started using SQLAlchemy in Django. After that i found new trouble - in Django-templates: difficult to control the whitespace, stupid tests("ifequal a b" instead a==b) etc., I replaced them by Jinja2.

I noticed that the adaptation Django to my projects take a long time. I decided to try something else. looked Pylons, in general, the project is not bad, but I do not like the fact that looks on Rails, as well as the fact that at the expense of flexibility in the choice of components - performance suffers.

Once i used Werkzeug and found it a great tool, but I don't need a lot of utilities - I need Framework. The assembly pieces of the project from utilites and libraries also takes time.

I thought that Werkzeug, Jinja2, SQLAlchemy are good tools, just need that something that connect they and wrote this.

Components

Development version

As a Python egg (with easy_install)

You can install PyWF Development version using easy_install:

sudo easy_install PyWF==dev

From Mercurial repository.

  1. Install Mercurial
  2. hg clone http://hg.dutov.org/pywf/
  3. cd pywf
  4. ln -s pywf /usr/lib/python2.X/site-packages
File Type Py Version Uploaded on Size # downloads
PyWF-0.1-rc2.tar.gz (md5) Source 2009-11-06 15:23:50.326539 29KB 32

Log in to rate this package.