Metadata-Version: 1.1
Name: paginate_sqlalchemy
Version: 0.2.0
Summary: Extension to paginate.Page that supports SQLAlchemy queries
Home-page: https://github.com/crooksey/paginate_sqlalchemy
Author: Luke Crooks
Author-email: luke@pumalo.org
License: MIT
Description: 
                This module helps divide up large result sets into pages or chunks.
                The user gets displayed one page at a time and can navigate to other pages.
                It is especially useful when developing web interfaces and showing the
                users only a selection of information at a time.
        
                This module uses and extends the functionality of the paginate module to 
                support SQLAlchemy queries.
                
Keywords: pagination paginate sqlalchemy
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
