Metadata-Version: 1.0
Name: peppercorn
Version: 0.2
Summary: A library for converting a token stream into a data structure for use in web form posts
Home-page: http://www.repoze.org
Author: Agendaless Consulting
Author-email: repoze-dev@lists.repoze.org
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: Peppercorn
        ==========
        
        A library for converting a token stream into a data structure
        comprised of sequences, mappings, and scalars, developed primarily for
        converting HTTP form post data into a richer data structure.
        
        Please see `http://docs.repoze.org/peppercorn
        <http://docs.repoze.org/peppercorn>`_ for the documentation.
        
        
        Changes
        =======
        
        0.2 (2010-09-02)
        ----------------
        
        - New operation type: ``rename``.  ``rename`` begins a special mode.
        The value of the first subsequent data element in the stream will be
        used within it's parent sequence or mapping; any remaining data
        elements until the corresponding ``__end__`` marker are ignored.
        This is mostly in support of radio buttons.  See the ``rename`` docs
        within `http://docs.repoze.org/peppercorn
        <http://docs.repoze.org/peppercorn>`_ for more information.
        
        0.1 (2010-03-23)
        ----------------
        
        - Initial release.
        
Keywords: web wsgi form generation library
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
