Source: python-nameparser Maintainer: Debian Python Modules Team Uploaders: Edward Betts Section: python Priority: optional Build-Depends: debhelper (>= 11), dh-python, python-all, python-dill, python-nose, python-setuptools, python3-all, python3-dill, python3-nose, python3-setuptools Standards-Version: 4.2.1 Homepage: https://github.com/derek73/python-nameparser Vcs-Browser: https://salsa.debian.org/python-team/modules/python-nameparser Vcs-Git: https://salsa.debian.org/python-team/modules/python-nameparser.git Package: python-nameparser Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: Python 2 module for parsing names into individual components The HumanName class splits a name string up into name parts based on placement in the string and matches against known name pieces like titles. It joins name pieces on conjunctions and special prefixes to last names like "del". Titles can be chained together and include conjunctions to handle titles like "Asst Secretary of State". It can also try to correct capitalization of all upper or lowercase names. . It attempts the best guess that can be made with a simple, rule-based approach. Unicode is supported, but the parser is not likely to be useful for languages that to not share the same structure as English names. It's not perfect, but it gets you pretty far. . This package contains nameparser for Python 2. Package: python3-nameparser Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Python 3 module for parsing names into individual components The HumanName class splits a name string up into name parts based on placement in the string and matches against known name pieces like titles. It joins name pieces on conjunctions and special prefixes to last names like "del". Titles can be chained together and include conjunctions to handle titles like "Asst Secretary of State". It can also try to correct capitalization of all upper or lowercase names. . It attempts the best guess that can be made with a simple, rule-based approach. Unicode is supported, but the parser is not likely to be useful for languages that to not share the same structure as English names. It's not perfect, but it gets you pretty far. . This package contains nameparser for Python 3.