https://github.com/kynikos/retort
Simple Python CGI framework.
https://github.com/kynikos/retort
cgi cgi-application cgi-bin cgi-script cgi-server python-cgi-framework
Last synced: 6 months ago
JSON representation
Simple Python CGI framework.
- Host: GitHub
- URL: https://github.com/kynikos/retort
- Owner: kynikos
- License: gpl-3.0
- Created: 2018-01-20T16:07:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-20T12:46:18.000Z (over 7 years ago)
- Last Synced: 2025-05-21T18:14:06.158Z (9 months ago)
- Topics: cgi, cgi-application, cgi-bin, cgi-script, cgi-server, python-cgi-framework
- Language: Python
- Size: 55.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Retort
Lightweight Python CGI framework, useful for applications that have to be
necessarily\* deployed on third-party, CGI-only Linux servers.
\* Sometimes\*\* it can be pointless to try to convince the owner of a 10-page,
90%-static website to migrate to a WSGI server...
\*\* Always
## License
Retort is distributed under the terms of the
[GNU General Public License v3.0](http://www.gnu.org/copyleft/gpl.html)
(see LICENSE).