Metadata-Version: 1.0
Name: WSGIWAPI
Version: 0.2
Summary: Framework for building web APIs
Home-page: http://wsgiwapi.tartarus.org/
Author: Richard Boulton
Author-email: richard@tartarus.org
License: MIT
Download-URL: http://wsgiwapi.googlecode.com/files/WSGIWAPI-0.2.tar.gz
Description: 
        
        WSGIWAPI makes it easy to build web APIs, without dealing with the details of
        HTTP. You simply define a hierarchical tree of URL components, with callables
        as the leaves of the tree, and WSGIWAPI does the work of making this into a
        WSGI application.
        
        WSGIWAPI also provides some additional features, such as automatic
        documentation support for your API and parameter validation, and includes
        support for easily running your application as a standalone server.
        
        
Keywords: web API,REST,WSGI
Platform: Any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
