Metadata-Version: 1.0
Name: ndbpager
Version: 0.1.0
Summary: Pager for NDB
Home-page: https://github.com/vmihailenco/ndbpager/
Author: Vladimir Mihailenco
Author-email: vladimir.webdev@gmail.com
License: UNKNOWN
Description: Intro
        =====
        
        This is pager for NDB that caches cursor in memcache.
        
        Example
        =======
        
        There is full working example for Flask:
        https://github.com/vmihalenco/ndbpager-example/:
        
        - https://github.com/vmihailenco/ndbpager-example/tree/master/app/blog/views.py
        - https://github.com/vmihailenco/ndbpager-example/tree/master/app/blog/templates/pager.html
        - https://github.com/vmihailenco/ndbpager-example/tree/master/app/blog/templates/blog/article_list.html
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
