dschnelldavis / parse-full-name

A function that accepts the full name of a person in any format, parses it, and returns its parts { title, first name, middle name, last name, nickname, suffix, [and any parsing errors] }.
74 stars 15 forks source link

Anyone have Python 3 version? #17

Open HurriedPatience opened 4 years ago

HurriedPatience commented 4 years ago

Hi, Does anyone have a Python 3.6+ version of this package?