Metadata-Version: 2.1 Name: Flask-COMBO-JSONAPI Version: 1.0.6 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/AdCombo/flask-combo-jsonapi Author: AdCombo Team Author-email: roman@adcombo.com License: MIT Keywords: web api rest jsonapi flask sqlalchemy marshmallow Platform: any Classifier: Development Status :: 5 - Production/Stable Classifier: Framework :: Flask Classifier: License :: OSI Approved :: MIT License Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Topic :: Internet Requires-Dist: simplejson Requires-Dist: Flask (>=1.0.1) Requires-Dist: marshmallow (==3.2.1) Requires-Dist: marshmallow-jsonapi (==0.22.0) Requires-Dist: apispec (>=2.0.2) Requires-Dist: sqlalchemy Provides-Extra: docs Requires-Dist: sphinx ; extra == 'docs' Provides-Extra: tests Requires-Dist: pytest ; extra == 'tests' UNKNOWN