An open API service indexing awesome lists of open source software.

https://github.com/dominiccarrington/python-basic-web-app

A basic web application wrapper written in Python
https://github.com/dominiccarrington/python-basic-web-app

python python3 web

Last synced: 27 days ago
JSON representation

A basic web application wrapper written in Python

Awesome Lists containing this project

README

          

# Python Basic Web Application
Basic Web Application with a view renderer template.

## Please note
>**This is not production grade code.**
>
>It implements only a small subset of HTTP/1.1, it has not been profiled and optimized, and doesn't have any facilities to defend against common web attacks.
>
>However, because it's so small, it can be studied to see how an actual framework works.

[https://github.com/sirMackk/diy_framework/blob/master/README.md](https://github.com/sirMackk/diy_framework/blob/master/README.md)

### License

**Unless otherwise stated the source code follows the following LICENSE provided:**

Copyright (C) 2017 Dominic Carrington

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see .