Metadata-Version: 1.1
Name: flask-dynamodb-sessions
Version: 0.1.0
Summary: Server side sessions in Flask using AWS DynamoDB table as a data store
Home-page: https://github.com/ibejohn818/flask-dynamodb-sessions
Author: John Hardy
Author-email: john@johnchardy.com
License: MIT license
Description: =======================
        Flask DynamoDB Sessions
        =======================
        
        
        .. image:: https://img.shields.io/pypi/v/flask-dynamodb-sessions.svg
                :target: https://pypi.python.org/pypi/flask-dynamodb-sessions
        
        .. image:: https://img.shields.io/travis/ibejohn818/flask-dynamodb-sessions.svg
                :target: https://travis-ci.org/ibejohn818/flask-dynamodb-sessions
        
        .. image:: https://readthedocs.org/projects/flask-dynamodb-sessions/badge/?version=latest
                :target: https://flask-dynamodb-sessions.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/ibejohn818/flask_dynamodb_sessions/shield.svg
             :target: https://pyup.io/repos/github/ibejohn818/flask-dynamodb-sessions/
             :alt: Updates
        
        
        
        Server side sessions in Flask using AWS DynamoDB table as a data store
        
        
        * Free software: MIT license
        * Documentation: https://flask-dynamodb-sessions.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        
        
        
        =======
        History
        =======
        
        0.1.0 (2019-01-04)
        ------------------
        
        * First release on PyPI.
        
Keywords: flask-dynamodb-sessions
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
