Metadata-Version: 1.0
Name: RecordConvert
Version: 0.1.2
Summary: Tools for handling nested sets of records of the type you might encounter frequently when dealing with relational database management systems. Includes tools for working with the Repeatable Nested Records data model. Built on ConversionKit.
Home-page: http://jimmyg.org/work/code/recordconvert/index.html
Author: James Gardner
Author-email: UNKNOWN
License: GNU AGPLv3
Description: RecordConvert
        +++++++++++++
        
        .. contents ::
        
        
        Summary
        =======
        
        Tools for handling nested sets of records of the type you might encounter frequently when dealing with relational database management systems. Includes tools for working with the Repeatable Nested Records data model. Built on ConversionKit.
        
        Get Started
        ===========
        
        * Download and install from source
        
        Author
        ======
        
        James Gardner
        
        
        Changes
        =======
        
        0.1.2
        -----
        
        2009-09-29
        ~~~~~~~~~~
        
        * Packaging up for the release
        
        2009-08-08
        ~~~~~~~~~~
        
        * Updated the documentation and tests
        * Moved the nested code to its own package, NestedRecord
        * Removed the encode sub-modules
        
        0.1.1
        -----
        
        * Partial encoders updated
        * Updated everything to use ConversionKit 0.2.0
        * Implemented an ``encode_partially_encoded_data()`` function
        
        0.1.0
        -----
        
        2009-03-11
        ~~~~~~~~~~
        
        * Adding reserved words module
        * First version
        
        License
        =======
        RecordConvert - Tools for handling nested sets of records of the type you might encounter frequently when dealing with relational database management systems. Includes tools for working with the Repeatable Nested Records data model. Built on ConversionKit.
        
        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
