Metadata-Version: 1.1
Name: Flask-Restless
Version: 1.0.0b1
Summary: A Flask extension for easy ReSTful API generation
Home-page: https://github.com/jfinkels/flask-restless
Author: Jeffrey Finkelstein
Author-email: jeffrey.finkelstein@gmail.com
License: GNU AGPLv3+ or BSD
Download-URL: https://pypi.python.org/pypi/Flask-Restless
Description: Flask-Restless is a `Flask`_ extension that provides simple
        generation of ReSTful APIs that satisfy the `JSON API`_ specification
        given database models defined using `SQLAlchemy`_ (or
        `Flask-SQLAlchemy`_).
        
        For more information, see the `documentation`_, `pypi`_, or the `source
        code`_ repository.
        
        .. _Flask: http://flask.pocoo.org
        .. _SQLAlchemy: https://sqlalchemy.org
        .. _Flask-SQLAlchemy: https://pypi.python.org/pypi/Flask-SQLAlchemy
        .. _JSON API: http://jsonapi.org
        .. _documentation: https://flask-restless.readthedocs.org
        .. _pypi: https://pypi.python.org/pypi/Flask-Restless
        .. _source code: https://github.com/jfinkels/flask-restless
        
        
Keywords: ReST,API,Flask
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
