Metadata-Version: 2.1
Name: flask-restalchemy
Version: 0.13.0
Summary: Flask extension to build REST APIs based on SQLAlchemy models 
Home-page: https://github.com/ESSS/flask-restalchemy
Author: ESSS
Author-email: foss@esss.co
License: MIT
Keywords: flask sqlalchemy orm
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.6
Requires-Dist: flask-sqlalchemy (>=2.3.0)
Requires-Dist: sqlalchemy-utils (>=0.30)
Requires-Dist: flask (>=1.0.0)
Requires-Dist: sqlalchemy (>=1.3)
Requires-Dist: serialchemy (>=0.3.0)
Provides-Extra: docs
Requires-Dist: sphinx (>=1.4) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: testing
Requires-Dist: codecov ; extra == 'testing'
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'
Requires-Dist: pytest-mock ; extra == 'testing'
Requires-Dist: pytest-regressions ; extra == 'testing'
Requires-Dist: tox ; extra == 'testing'

UNKNOWN


