Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 276 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 276 Bytes

write simple python webframework

with wsgi and gunicorn

We implement different layers of a framework to understand how big frameworks extend this behaviors .

and i use this libraries for implementation :
  • gunicorn
  • Jinja2
  • MarkupSafe
  • WebOb
  • Werkzeug