Metadata-Version: 1.1
Name: plone.batching
Version: 1.0b1
Summary: Batching facilities used in Plone.
Home-page: http://pypi.python.org/pypi/plone.batching
Author: Plone Foundation
Author-email: plone-developers@lists.sourceforge.net
License: GPL
Description: Welcome to Plone batching's documentation!
        ==========================================
        
        This package includes facilities for creating a batched sequence.
        
        It originated from the the PloneBatch module written for Plone which in
        itself has been based on Zope2's ZTUtils.Batch.
        
        Contents:
        
        .. toctree::
           :maxdepth: 2
        
           CHANGES
           plone/batching/batching
           USAGE
        
        .. automodule:: plone.batching.batch
            :members:
        
        
        Indices and tables
        ==================
        
        * :ref:`genindex`
        * :ref:`modindex`
        * :ref:`search`
        
        
        Changelog
        =========
        
        1.0b1 (2013-01-17)
        ------------------
        
        - Nothing changed yet.
        
        
        1.0a1 (2012-04-25)
        ------------------
        
        - Factored out Plone batching implementation to seperate egg (PLIP #12235)
          [tom_gross]
        
        
Keywords: Plone
Platform: UNKNOWN
Classifier: Framework :: Plone :: 4.3
Classifier: Framework :: Zope2
Classifier: Programming Language :: Python :: 2.6
