JaredKuolt / newf
- Source
- Commits
- Network (5)
- Issues (0)
- Downloads (0)
- Wiki (2)
- Graphs
-
Branch:
master
azarai (author)
Wed Dec 30 11:15:57 -0800 2009
newf /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Dec 30 09:17:17 -0800 2008 | |
| |
LICENSE | Wed Dec 31 08:55:33 -0800 2008 | |
| |
README.md | Tue Dec 30 09:33:40 -0800 2008 | |
| |
__init__.py | Wed Dec 30 11:15:57 -0800 2009 | |
| |
example_app.py | Wed Dec 30 11:15:57 -0800 2009 |
README.md
Newf, A New (web) Framework for Python
Yes, another one. Why? Because I can, that's why. I started Newf when I got frustrated with the bloat of Django when it went from 0.96 to 1.0. Django is great, but not my bag anymore.
Newf strictly utilizes WSGI and makes creating a web application super-ridiculously simple. You set some urls, create some functions and you're basically done.
What doesn't it do?
Lots of things!
Newf doesn't have a templating language. Use Jinja or Cheetah or Mako or roll you own or whatever.
Newf doesn't do Sessions. We recommend using Beaker for that.
Newf doesn't have an ORM. We recommend Autumn (shocked?) or Storm or SQLObject.
How do I use it?
Check out example_app.py.
