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
- Host: GitHub
- URL: https://github.com/dominiccarrington/python-basic-web-app
- Owner: dominiccarrington
- License: gpl-3.0
- Created: 2017-07-10T17:52:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T08:45:44.000Z (almost 9 years ago)
- Last Synced: 2025-03-02T07:22:20.247Z (over 1 year ago)
- Topics: python, python3, web
- Language: Python
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .