Skip to content

Python Package for quick CGI script development

Notifications You must be signed in to change notification settings

loulou2001/cgi-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CGI-TOOLS

Collection of functions for quick CGI script development.

Copyright (C) 2016 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.

About

Python Package for quick CGI script development

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.8%
  • HTML 4.3%
  • Shell 0.9%