Metadata-Version: 1.2
Name: Flask-Restless-NG
Version: 1.0.1
Summary: A fork of Flask-Restless with updated dependencpython setup.py develop --uninstallies and bug fixes
Home-page: https://github.com/mrevutskyi/flask-restless-ng
Author: Maksym Revutskyi
Author-email: maksym.revutskyi@gmail.com
License: GNU AGPLv3+ or BSD
Download-URL: https://pypi.python.org/pypi/Flask-Restless-NG
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-NG
        .. _source code: https://github.com/mrevutskyi/flask-restless-ng
        
        
Keywords: ReST,API,Flask
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
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 :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
