Metadata-Version: 2.0 Name: Flask-REST-JSONAPI Version: 0.31.1 Summary: Flask extension to create REST web api according to JSONAPI 1.0 specification with Flask, Marshmallow and data provider of your choice (SQLAlchemy, MongoDB, ...) Home-page: https://github.com/miLibris/flask-rest-jsonapi Author: miLibris API Team Author-email: pf@milibris.net License: MIT Keywords: web api rest jsonapi flask sqlalchemy marshmallow Platform: any Classifier: Framework :: Flask Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.8 Classifier: License :: OSI Approved :: MIT License Provides-Extra: docs Provides-Extra: dev Requires-Dist: six Requires-Dist: Flask (>=0.11) Requires-Dist: marshmallow (>=3.1.0) Requires-Dist: marshmallow-jsonapi (>=0.11.0) Requires-Dist: sqlalchemy Provides-Extra: dev Requires-Dist: pytest; extra == 'dev' Requires-Dist: coveralls; extra == 'dev' Requires-Dist: coverage; extra == 'dev' Provides-Extra: docs Requires-Dist: sphinx; extra == 'docs' UNKNOWN