webpyutils

web.py utilities to build quick RESTful API Services


Keywords
api, restful, server
License
Other
Install
pip install webpyutils==0.1

Documentation

webpyutils: Tool to help build web.py based RESTful API Services

Webpyutils overrides some of the basic cherrypy webserver to act more like a production server. This module also contains helpful decorators to easily and consistently handle various restful states.

Who is this for?

Anyone who likes using web.py and wants to write a quick API service.

Usage:

Look in the examples directory for some useful examples.