Metadata-Version: 1.0
Name: ConfigConvert
Version: 0.1.3
Summary: Tools for managing config files. Built on ConversionKit.
Home-page: http://jimmyg.org/work/code/configconvert/index.html
Author: James Gardner
Author-email: UNKNOWN
License: GNU AGPLv3
Description: ConfigConvert
        +++++++++++++
        
        .. contents ::
        
        Summary
        =======
        
        Tools for managing config files. Built on ConversionKit.
        
        Get Started
        ===========
        
        * Download and install from source
        
        Author
        ======
        
        James Gardner
        
        
        Changes
        =======
        
        0.1.3
        -----
        
        2009-10-04
        ~~~~~~~~~~
        
        * Added the ``handle_option_error()`` and ``handle_section_error()`` functions
        * Updated ``parse_config()`` to give an error on an incorrect filename
        * Updated the test to use ``pprint`` and added an example using
        ``handle_option_error()``
        
        0.1.2
        -----
        
        2009-09-30
        ~~~~~~~~~~
        
        * Updated the license to GNU AGPLv3 and updated ``MANIFEST.in`` to include
        documentation and tests in the source distribution.
        
        2009-08-12
        ~~~~~~~~~~
        
        * Refactored to move the helper functions to the ``configconvert.internal``
        module.
        * Removed old functions, refactored ``existingFile()``
        and ``existingDirectory()``
        * Added in documentation and tests
        
        0.1.1
        -----
        
        2009-03-26
        ~~~~~~~~~~
        
        * Moved StringToBool to FormConvert
        
        0.1.0
        -----
        
        * Removed the dependency on Paste
        * Added the conversion tools needed by PowerPack
        * First version
        
        License
        =======
        ConfigConvert - Tools for managing config files. 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
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python
