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
- Werkzeug - WSGI stack
- SQLAlchemy - database stack
- Jinja2 - Template engine
- opster - Command line parsing tool
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.
- Install Mercurial
- hg clone http://hg.dutov.org/pywf/
- cd pywf
- ln -s pywf /usr/lib/python2.X/site-packages
Resources
| 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 | |
- Author: Anton Dutov <anton at dutov org>
- Home Page: http://dev.dutov.org/projects/pywf/
- License: GPLv3
- Platform: any
- Package Index Owner: anton.dutov
- DOAP record: PyWF-0.1-rc2.xml
Log in to rate this package.
