python-nameparser 1.0.4-1 source package in Ubuntu

Changelog

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

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.
  * Bump Standards-Version to 4.4.0.

  [ Edward Betts ]
  * New upstream release.
  * Update debhelper-compat to 12.
  * Drop python2 support.

 -- Edward Betts <edward@4angle.com>  Mon, 05 Aug 2019 08:53:15 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-nameparser_1.0.4-1.dsc 2.1 KiB 1e8318d2b80f8c402efbe48582d7f3e8a7362bbf4a8deae7d127f77e0b0c61b6
python-nameparser_1.0.4.orig.tar.gz 31.5 KiB cbb002df6e37a04b6e95806098c836b4e32f6ede0057386adc270bf119bc82cd
python-nameparser_1.0.4-1.debian.tar.xz 2.2 KiB 99686b2d76454203b07311235955f1fd01e293a9ef08394f676a47e5faf63212

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.