python-nameparser 1.1.3-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Update Standards-Version.
  * Update copyright year.

 -- Edward Betts <edward@4angle.com>  Sun, 24 Sep 2023 19:13:48 +0100

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-nameparser_1.1.3-1.dsc 2.1 KiB a1b878d134523f8e74f5448a009741b16a2ef4213807fe0067830e21e25b7c12
python-nameparser_1.1.3.orig.tar.gz 35.6 KiB aa2400ad71ccf8070675b40311a257c934659f91854b154e1ba6c264761c049d
python-nameparser_1.1.3-1.debian.tar.xz 2.7 KiB 5325acf85666c9cd553e652e78cd6948a0a2e1555fb52a761b18ad7dc97cc19e

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.