A simple Python (3.2+ & 2.6+) module for parsing human names into their individual components.
A simple Python (3.2+ & 2.6+) module for parsing human names into their individual components. hn.title hn.first hn.middle hn.last hn.suffix hn.nickname hn.surnames (middle + last) hn.initials (first initial of each name part)