Metadata-Version: 1.0
Name: StringConvert
Version: 0.3.1
Summary: Convert common objects to and from Python strings using ConversionKit
Home-page: http://jimmyg.org/work/code/stringconvert/index.html
Author: James Gardner
Author-email: UNKNOWN
License: GNU AGPLv3
Description: StringConvert
        +++++++++++++
        
        .. contents :: 
        
        Summary
        =======
        
        Convert common objects to and from Python strings using ConversionKit
        
        Get Started
        ===========
        
        * Download and install from source
        
        Author
        ======
        
        `James Gardner <http://jimmyg.org/>`_
        
        
        Changes
        =======
        
        0.3.1
        -----
        
        2010-09-18
        ~~~~~~~~~~
        
        * Added a ``unicodeToURL()`` converter in ``stringconvert.url``
        * The ``unicodeToEmail()`` converter now accepts an empty value
        
        0.3.0
        -----
        
        2009-11-11
        ~~~~~~~~~~
        
        * Changed exceptions raised when input is not Unicode to instead return an 
          error
        
        2000-09-30
        ~~~~~~~~~~
        
        * Updated the manual and tests to better explain what happens when DNS
          resolution fails for email domain checks.
        * Updated the license to GNU AGPLv3.
        * Updated the manifest so that the docs are included in the source 
          distribution so the tests can be run.
        
        2009-08-18
        ~~~~~~~~~~
        
        * Added ``toUnicode()`` converter
        
        2009-08-11
        ~~~~~~~~~~
        
        * Added a ``listOfEmails()`` converter to the ``stringconvert.email`` module.
        
        2009-08-08
        ~~~~~~~~~~
        
        * Converted everything to be strict about Unicode and updated the
          documentation
        
        2009-08-01
        ~~~~~~~~~~
        
        * Migrated code from what will be released as FormConvert 0.3.0
        
        License
        =======
        StringConvert - Convert common objects to and from Python strings using 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 :: 2
Classifier: Topic :: Software Development :: Libraries :: Python Modules
