Metadata-Version: 1.0
Name: NestedRecord
Version: 0.3.0
Summary: Tools for handling the NestedRecord encoding, a useful way of representing nested structures of dictionaries and lists as flat key-value pairs by using a convention for key names.
Home-page: http://jimmyg.org/work/code/nestedrecord/index.html
Author: James Gardner
Author-email: UNKNOWN
License: GNU AGPLv3
Description: NestedRecord
        ++++++++++++
        
        .. contents ::
        
        Summary
        =======
        
        Tools for handling the NestedRecord encoding, a useful way of representing
        nested structures of dictionaries and lists as flat key-value pairs by using a
        convention for key names.
        
        Get Started
        ===========
        
        * Download and install from source
        
        Author
        ======
        
        James Gardner
        
        (although the idea came from FormEnode, NestedRecord is just a specicalisation
        of the idea)
        
        Changes
        =======
        
        0.3.0
        -----
        
        2009-09-30
        ~~~~~~~~~~
        
        * Updated the manifest to include the docs and tests in the source
        distribution
        * Updated license to GNU AGPLv3
        
        2009-08-11
        ~~~~~~~~~~
        
        * Relaxed the restriction on numbers being consecutive in
        ``_dict_merge_next_level()`` unless ``strict`` is specified as ``True``.
        
        2009-08-08
        ~~~~~~~~~~
        
        * First version in its own package (split off from RecordConvert and
        ConversionKit)
        * Written documentation and tested with doctest
        
        License
        =======
        NestedRecord - Tools for handling the NestedRecord encoding, a useful way of
        representing nested structures of dictionaries and lists as flat key-value
        pairs by using a convention for key names.
        
        Copyright (C) 2009 James Gardner
        
        This program is free software: you can redistribute it and/or modify
        it under the terms of the GNU Affero General Public License as
        published by the Free Software Foundation, either version 3 of the
        License, or (at your option) any later version.
        
        This program is distributed in the hope that it will be useful,
        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        GNU Affero General Public License for more details.
        
        You should have received a copy of the GNU Affero General Public License
        along with this program.  If not, see <http://www.gnu.org/licenses/>.
        
        
        Download
        ========
        
Platform: UNKNOWN
