Metadata-Version: 2.0
Name: flask-pynamodb-resource
Version: 1.0.1
Summary: Presents PynamoDB models (DynamoDB tables) as Flask-RESTful resources
Home-page: https://github.com/brandond/flask-pynamodb-resource
Author: Brandon Davidson
Author-email: brad@oatmail.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Flask
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Database :: Front-Ends
Requires-Python: >=2.7
Provides-Extra: dev
Requires-Dist: flask-restplus
Requires-Dist: pynamodb
Requires-Dist: six
Provides-Extra: dev
Requires-Dist: setuptools-version-command; extra == 'dev'

Flask PynamoDB Resource
=======================

Presents PynamoDB models (DynamoDB tables) as Flask-RESTPlus resources

Consult `README.md on GitHub <https://github.com/brandond/flask-pynamodb-resource/blob/master/README.md>`__ for usage instructions.


