python-nameparser 1.1.2-1 source package in Ubuntu

Changelog

python-nameparser (1.1.2-1) unstable; urgency=medium

  * New upstream release.

 -- Edward Betts <edward@4angle.com>  Sun, 20 Nov 2022 11:58:52 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-nameparser_1.1.2-1.dsc 2.1 KiB ece740ab75d2dcb66a44e2511cc802692ea05388ddda86b32ec667a2af5c2425
python-nameparser_1.1.2.orig.tar.gz 35.6 KiB f4b6c7c1048d528bd6aa2b27cf42a06447d2b31e45a95b20449513078f1d86ef
python-nameparser_1.1.2-1.debian.tar.xz 2.7 KiB 81965b59859a4e1cd4cc8eae28391674644eda1d92d83b0870a39a9717875842

Available diffs

No changes file available.

Binary packages built by this source

python3-nameparser: 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.