Metadata-Version: 1.0
Name: nameparser
Version: 0.1.4
Summary: A simple Python module for parsing human names into their individual components.
Home-page: http://code.google.com/p/python-nameparser
Author: Derek Gulbranson
Author-email: derek73@gmail.com
License: LGPL
Description: A simple Python module for parsing human names into their individual components.
        
        Components::
        
            * Title
            * First name
            * Middle names
            * Last names
            * Suffixes
        
        Works for a variety of common name formats for latin-based languages. Over 
        100 unit tests with example names. Should be unicode safe but it's fairly untested.
        
        HumanName instances will pass an equals (==) test if their lower case unicode
        representations are the same.
        
Keywords: names,parser
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Programming Language :: Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: English
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Linguistic
