python-nameparser 0.5.6-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Update Standards-Version (no changes).

 -- Edward Betts <edward@4angle.com>  Mon, 12 Feb 2018 21:25:17 +0000

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
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-nameparser_0.5.6-1.dsc 2.3 KiB 8567746d6747ac16e7d3989fd179e2f454495be0a1d2feb7c5248e229c1d1fdb
python-nameparser_0.5.6.orig.tar.gz 28.6 KiB dd14dc660410e1458bacb706ed1aa9d0d4dbada4909953c287c033bdc6426bed
python-nameparser_0.5.6-1.debian.tar.xz 2.1 KiB e2f43087e013b7379b55b29b88031f3c711bfedfe36ebaca7975211af451fdc8

Available diffs

No changes file available.

Binary packages built by this source

python-nameparser: Python 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.

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.
 .
 This package contains nameparser for Python 3.