Metadata-Version: 1.0
Name: Restler
Version: 0.2a13
Summary: RESTful base controller for Pylons 0.9.7 (no Elixir dependency; uses "straight" SQLAlchemy)
Home-page: http://code.google.com/p/restler/
Author: Wyatt L Baldwin
Author-email: self@wyattbaldwin.com
License: BSD/MIT
Description: Restler is a controller for Pylons projects that provides a set of default
        RESTful actions that can be overridden as needed. It also handles database
        connectivity as long as a few simple rules are followed (0.1 only; ;not
        ported to 0.2 yet).
        
        The Restler project is hosted at Google Code. Please see
        http://code.google.com/p/restler/ for more details, documentation, etc.
        
        The latest development version can be found here:
        
        http://restler.googlecode.com/svn/trunk/#egg=Restler-dev
        
        Restler was originally extracted from the byCycle bicycle trip planner
        (http://bycycle.org).
        
        
Keywords: web pylons controller REST WSGI
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Pylons
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
