Metadata-Version: 1.1
Name: paginate
Version: 0.4.1
Summary: Divides large result sets into pages for easier browsing
Home-page: https://github.com/Signum/paginate
Author: Christoph Haas
Author-email: email@christoph-haas.de
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.
                
Keywords: pagination paginate pages
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
