Metadata-Version: 1.0
Name: Flask-Restless
Version: 0.3
Summary: A Flask extension for easy ReSTful API generation
Home-page: http://github.com/jfinkels/flask-restless
Author: Jeffrey Finkelstein
Author-email: jeffrey.finkelstein@gmail.com
License: GNU AGPLv3+
Download-URL: http://pypi.python.org/pypi/Flask-Restless
Description: 
        # Flask-Restless #
        
        Flask-Restless is a [Flask][1] extension which facilitates the creation of
        ReSTful APIs. It is compatible with models which have been described using
        [Elixir][2], a layer on top of [SQLAlchemy][3].
        
        For more information, check the World Wide Web!
        
          * [Homepage and documentation](http://packages.python.org/Flask-Restless)
          * [Python Package Index listing](http://pypi.python.org/pypi/Flask-Restless)
          * [Source code repository](http://github.com/jfinkels/flask-restless)
        
        [1]: http://flask.pocoo.org
        [2]: http://elixir.ematia.de
        [3]: http://sqlalchemy.org
        
        
Keywords: ReST,API,Flask,Elixir
Platform: ant
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
