/cgi-tools

Python Package for quick CGI script development

Primary LanguagePython

CGI-TOOLS

Collection of functions for quick CGI script development.

Copyright (C) 2016-2022 Assaf Gordon (assafgordon@gmail.com)

License: BSD

Source Code: https://github.com/agordon/cgi-tools

Package Information: https://pypi.python.org/pypi/cgi-tools

Installation

From PyPi (latest released version):

sudo pip install cgi-tools

From source code:

git clone https://github.com/agordon/cgi-tools.git
cd cgi-tools
python setup.py build
python setup.py test
sudo python setup.py install

Examples

See ./demos/cgi-bin/*.py, or run ./demos/demo-http-server.py then visit http://127.0.0.1:8888.