Metadata-Version: 1.2
Name: paginate-sqlalchemy
Version: 0.3.1
Summary: Extension to paginate.Page that supports SQLAlchemy queries
Home-page: https://github.com/Pylons/paginate_sqlalchemy
Author: Christoph Haas
Author-email: email@christoph-haas.de
Maintainer: Luke Crooks
Maintainer-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: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
