Metadata-Version: 1.1
Name: python-paginate
Version: 0.3.0
Summary: Simple paginate support for python web frameworks
Home-page: https://github.com/lixxu/python-paginate
Author: Lix Xu
Author-email: xuzenglin@gmail.com
License: BSD
Description: 
        python-paginate
        --------------
        
        Pagination support for python web frameworks (study from will_paginate).
        Supported CSS: bootstrap2&3&4, foundation and semanticui
        Supported web frameworks: Flask, Tornado, Sanic
        
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
