Skip to main content

A simple Python module for parsing human names into their individual components.

Project description

Build Status PyPI PyPI version Documentation License Downloads Codecov

nameparser parses human names into seven fields — title, given, middle, family, suffix, nickname, maiden. Results are immutable, configuration is composable, and locale packs are opt-in.

Installation

pip install nameparser

Requires Python 3.11+.

Quick Start Example

>>> from nameparser import parse
>>> name = parse("Dr. Juan Q. Xavier de la Vega III")
>>> name.given, name.family
('Juan', 'de la Vega')
>>> name.render("{family}, {given}")
'de la Vega, Juan'

Those seven fields are title, given, middle, family, suffix, nickname, and maiden — plus aggregate views like given_names, surnames, family_base, and family_particles for combining or splitting them further.

Learn more

  • Using the parser — the full tour: input shapes, aggregates, rendering, comparison, ambiguities, tokens

  • Customizing the parser — vocabulary, behavior, and presentation

  • Locale packs — opt-in bundles for East Slavic patronymics, Turkic markers, and more

  • There’s also a CLI: python -m nameparser --json "Doe, John"

Coming from 1.x

HumanName and CONSTANTS keep working in 2.0 — same imports, same attributes, same mutation API. What 2.0 removes is the batch of deprecations 1.3 and 1.4 announced, so if your test suite runs clean on 1.4 under python -W error::DeprecationWarning, you are nearly done. Two things that check will not catch: four removals 1.4 never warned about (three raise on contact, the fourth only warns), and one that changes results silently — name == "John Smith" is now False. Migrating from HumanName covers both, and translates a v1 customization into the new API whenever that’s convenient for you.

See the release log for the full list of changes in the 2.0 series.

License

LGPL licensed. See LICENSE for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nameparser-2.0.0rc1.tar.gz (230.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nameparser-2.0.0rc1-py3-none-any.whl (113.6 kB view details)

Uploaded Python 3

File details

Details for the file nameparser-2.0.0rc1.tar.gz.

File metadata

  • Download URL: nameparser-2.0.0rc1.tar.gz
  • Upload date:
  • Size: 230.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for nameparser-2.0.0rc1.tar.gz
Algorithm Hash digest
SHA256 3156ca522ded69e7581e0ad74c8dac755cffec497b23a1efcb292ff9eb523875
MD5 c9e6cb6558d84b60cc9c2368ab5f3bf6
BLAKE2b-256 193a84a17882ba56372a409cb3d23b3c9adebc1a847c8ad7625d741eaf678a9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for nameparser-2.0.0rc1.tar.gz:

Publisher: python-publish.yml on derek73/python-nameparser

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nameparser-2.0.0rc1-py3-none-any.whl.

File metadata

  • Download URL: nameparser-2.0.0rc1-py3-none-any.whl
  • Upload date:
  • Size: 113.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for nameparser-2.0.0rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 20dd228d0c06141c44023429353cc74494fc08a728b51b1138783520df8337fc
MD5 44ca59a6dafb6396f6c07a5882638436
BLAKE2b-256 41b09d4377c7fdaaf20acf99456160a20a2d4760a9176b5ab5353719c30b2e0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for nameparser-2.0.0rc1-py3-none-any.whl:

Publisher: python-publish.yml on derek73/python-nameparser

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page