Metadata-Version: 2.1
Name: cgiw
Version: 0.0.3
Summary: A framework for building python cgi scripts
Author-email: James Rao <jamesnarayanrao@gmail.com>
Project-URL: Homepage, https://github.com/JamesRao98/cgiw
Project-URL: Bug Tracker, https://github.com/JamesRao98/cgiw/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# CGI Wrapper

This is a lightweight framework for writing CGI scripts in python. It handles the parsing of inputs and composition of outputs so the developer can focus on the logic. The composition of outputs is made to be extensible, but this package comes with a few basic built in helper functions such as composing a json response, or a redirect. (Note that redirects will not work for the built in python cgi server as status codes have not been implemented. Other CGI servers should work though.)
