Yet Another App Server Code
Status: Pre-Alpha
Brought to you by:
thomaspinckney3
| File | Date | Author | Commit |
|---|---|---|---|
| examples | 2010-02-03 | thomaspinckney3 | [r12] add docs on how to use yaaps with magnum-py |
| __init__.py | 2009-10-08 | thomaspinckney3 | [r1] initial import |
| db.py | 2009-10-19 | thomaspinckney3 | [r7] add simple db pooling and db wrappers |
| forms.py | 2010-02-02 | thomaspinckney3 | [r10] reading a field out of a form is simpler. suppo... |
| main.py | 2010-02-02 | thomaspinckney3 | [r9] return stacktrace on exception when DEBUG is tu... |
| request.py | 2009-10-19 | thomaspinckney3 | [r4] add cookie support |
| response.py | 2009-10-19 | thomaspinckney3 | [r4] add cookie support |
| session.py | 2009-10-19 | thomaspinckney3 | [r6] add simple cookie based session handling |
| urls.py | 2010-02-03 | thomaspinckney3 | [r11] return 404 if no url patterns match |