Metadata-Version: 2.1
Name: Flask-Restless-NG
Version: 3.2.1
Summary: A fork of Flask-Restless with updated dependencies and bug fixes
Home-page: https://github.com/mrevutskyi/flask-restless-ng
Download-URL: https://pypi.python.org/pypi/Flask-Restless-NG
Author: Maksym Revutskyi
Author-email: maksym.revutskyi@gmail.com
License: GNU AGPLv3+ or BSD
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
License-File: LICENSE.AGPL
License-File: LICENSE.BSD
License-File: LICENSE.md
Requires-Dist: flask (<3.1,>=2.2)
Requires-Dist: sqlalchemy (<2.1,>=1.4.18)
Requires-Dist: python-dateutil (>2.2)
Requires-Dist: MarkupSafe (>=2.0)

Flask-Restless-NG 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-ng.readthedocs.org
.. _pypi: https://pypi.python.org/pypi/Flask-Restless-NG
.. _source code: https://github.com/mrevutskyi/flask-restless-ng

