Metadata-Version: 1.0
Name: easywsgi
Version: 0.4
Summary: Small module to make wsgi apps easy to write, do error checking an publishe this to the client side. See github for example.
Home-page: https://github.com/jorants/easywsgi
Author: Control-K
Author-email: jorants@gmail.com
License: BEER
Description: # easywsgi
        Small module to make wsgi apps easy to write, do error checking an publishe this to the client side.
        
        Example:
        
        	#!/usr/bin/python
        
        	import easywsgi
        	
        	@easywsgi.mainFunction
        	def application(env):
        	    env.start()
        	    yield "Test page"
        
Platform: UNKNOWN
