Metadata-Version: 1.0
Name: ConfigConvert
Version: 0.2.1
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.2.1
        -----
        
        2011-04-12
        ~~~~~~~~~~
        
        * Added ``parse_config_string()`` function
        
        0.2.0
        -----
        
        2011-04-04
        ~~~~~~~~~~
        
        * Internal refactor for new PipeStack
        
        0.1.6
        -----
        
        2010-08-27
        ~~~~~~~~~~
        
        * Minor updates
        
        0.1.5
        -----
        
        2010-03-02
        ~~~~~~~~~~
        
        * Added a ``parse_and_split_options_change_dir(service, filename)`` function
        * Fixed a bug with config file parsing
        
        0.1.4
        -----
        
        * BuildKit support
        
        0.1.3
        -----
        
        2009-11-18
        ~~~~~~~~~~
        
        * Updated so that any ConversionKit conversion error structure can now be
          displayed correctly in an error message
        
        2009-11-10
        ~~~~~~~~~~
        
        * Added the ability to specify a base when handling errors
        * Added the ``split_options()`` function
        
        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/>.
        
        The ``configconvert/internal.py`` file contains functions from Paste and so it
        can also be used under this license instead:
        
        # (c) 2005 Ian Bicking and contributors; written for Paste (http://pythonpaste.org)
        # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
        
        Download
        ========
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
