sodrooome / diy

Python web framework built for learning

Home Page:http://diy-framework.surge.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DIY

Python web framework built for learning, just as the name suggests which is an acronym for do it yourself, I try to created this web framework for learning purposes only and tried to apply what I had learned so far.

Inspiration

this project was heavily inspired from Ruslan Pivak's blog, although the blog post is not about creating a web framework, at least from that post it gives me a ideas of how a web framework is formed, and after reading Florimond Manca's blog post where did he create a web framework called bocadillo and become maintainer, also i was inspired after read an article titled "Web application from scratch". Big thanks to Ruslan Pivak and Florimond Manca, who in turn me to be inspired to try create a something new. You can check Bocadilla repos and give it try to read their article.

tl;dr

This web framework is a type of WSGI framework, so it is possible to run on WSGI server using Gunicorn. besides, the web framework is mostly designed according to the WebOb library documentation.

About

Python web framework built for learning

http://diy-framework.surge.sh/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 94.2%Language:Shell 3.2%Language:HTML 2.6%